-
Notifications
You must be signed in to change notification settings - Fork 42
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
CI: alpine-arm64 build fails #1326
Comments
@trws do you know what the source of the issue is here? |
That looks like it's either not setting up the emulator correctly or it's not running the right container architecture on the emulator. Likely the latter since it's saying qemu was running and /bin/sh was the wrong architecture but I'm not 100% sure. Will take a look now and see if I can find it quickly. |
Not seeing it right off but the arm64 native runners for linux on public repos are in public preview, so we may be able to switch all the arm builds to actually run on arm. Will throw something together and see what we get. If nothing else it should be substantially faster. |
They're the fastest runners, by almost half... This is crazy. The fluxrm/flux-core:alpine image does not work currently:
Tracing this back but there's going to need to be some work in core most likely. |
The alpine-arm64 build (which only runs on master) is failing and has been for several months. This means that the docker manifest is not generated and so multi-architecture images (such as
el9
) are only tagged separately (likeel9-amd64
andel9-arm64
) rather than together.The text was updated successfully, but these errors were encountered: