Running arm64 after building it on amd64 #15741
aclarknexient
started this conversation in
General
Replies: 2 comments 1 reply
-
Convergint to discussion as this is a question. @baude PTAL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to copy a workflow from my intel-based Linux box to my intel-based macbook pro. This is to build multi-arch manifest images for use by amd64 and arm64 archs.
On my Fedora 36 Linux box, I installed qemu-user-static, restarted its systemd service, and was able to run different architectures pretty easily:
The Dockerfile used by that build is very simple:
However, if I try to repeat those steps on my intel-based macbook pro, I can build OK but can't run:
Beta Was this translation helpful? Give feedback.
All reactions