Skip to content
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

Can also publish arm64 image for MacOS M1 and M2 cups #124

Open
XIELongDragon opened this issue Sep 16, 2022 · 1 comment
Open

Can also publish arm64 image for MacOS M1 and M2 cups #124

XIELongDragon opened this issue Sep 16, 2022 · 1 comment

Comments

@XIELongDragon
Copy link

Want to know if it is possible to publish arm64 image together with amd64 image

You can try to use docker buildx build --platform linux/amd64,linux/arm64 . to build and publish your image.

https://docs.docker.com/build/building/multi-platform/

@johnpawleylr
Copy link

can see that this was supported for v1.12.1 but v1.13 and latest the arm image is not present
the code looks to still be in push.sh though, any idea why this didn't work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants