Multi-arch docker image support (docker save, load, etc.) #2303
Unanswered
bruceliqin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Multi-platform is supported by buildx, see https://docs.docker.com/build/building/multi-platform/#building-multi-platform-images for more info. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently building x86_64/aarch64 images individually. I build the image with docker build, then save the image as a tar file with docker save. Is something similar supported through docker buildx? I have seen posts of people having issues with this in 2019/2020. Has there been new support on the buildx side?
Beta Was this translation helpful? Give feedback.
All reactions