-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Do ARM64 builds #13
Comments
Multiarch is not supported
But maybe there are solutions, didn't check yet |
Maybe with this approach for pushing the images |
I think I fixed it by playing with the |
I can recommend https://buildjet.com/for-github-actions and then splitting into two jobs and merging it in one job afterwards |
Is your feature request related to a problem? Please describe
Create an ARM64 version of the image so that Macs are supported natively.
Describe the behaviour you'd like
Add
linux/arm64
to the platform options in the build. For speed, this should only be on builds on themain
branch - anything built on any other branch should just build thelinux/amd64
image only.Describe alternatives you've considered
Additional context
Discussion
The text was updated successfully, but these errors were encountered: