Conversation
|
Hi @DeviaVir I'm building And skipping My understanding is that you need to pass in or default Can you confirm the above command (or its buildx variant) works for you? If so I will document the arm64 instructions in the dockerfile and leave the default there. edit: documented in this WIP PR: #469 |
I think you're misunderstanding how this is supposed to work, the idea is that you create a single build for both, so you never have to pass the TARGETARCH, docker does that for you. This way, whichever architecture you're on, you can pull the same images. |
I think this is only true for The former has now replaced the latter in current docker releases, but isn't available on bullseye. |
|
Merged a bookworm image which handles multi-arch, while leaving bullseye as defaulting to amd64. |
I noticed that the ARM build was using amd64 as folder, this was fixed after removing the default value here.