-
Notifications
You must be signed in to change notification settings - Fork 49
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
Build the Docker image for arm64
as well
#1548
base: main
Are you sure you want to change the base?
Conversation
Well, this can't work because we explicitly specify a |
Unfortunately, it takes an entire hour to build the ARM64 image, due to the build running in an emulator. As of recently, GitHub has added ARM64 runners, but they seem to be only for enterprises. |
I believe that the code is now working, the only issue being that The issue that the arm64 image takes an hour to build is unfortunately obviously problematic. Upgrading to a paid plan is not very costly by itself, but using the runner costs 0.16 € per minute, which is significant. An alternative could be to build the arm64 image only every now and then rather than at every PR. |
Following the documentation: https://docs.docker.com/build/ci/github-actions/multi-platform/