-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix aarch64 architecture in apt repo #898
base: main
Are you sure you want to change the base?
Conversation
dpkg expects `arm64`, while the kernel reports `aarch64`
docker::repos is a classthat may have no external impact to Forge modules. This module is declared in 6 of 580 indexed public
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and click the right button 😒
@smortex Mind restarting the failing test? It's not related to my change. |
Restarted it but CI setup seems broken:
I guess we can ignore this for now 🤷 |
Any news on this one? Anything I need to do? |
Any updates on this? |
@smortex Hey, do you know anyone in @puppetlabs/modules who could take a look? |
dpkg expects
arm64
, while the kernel reportsaarch64
#115 broke it on ARM. In #494 was this already pointed out.