Is it possible to build an image for one platform that copies files from a image built for a different platform? #16804
-
I've got multi-stage container builds that build all the pre-requisites for our build environment, and we have flags to use cross-compilation to build for arm and arm64. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think I've found an answer here: https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ |
Beta Was this translation helpful? Give feedback.
I think I've found an answer here: https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/