rich-island-96532
11/09/2022, 5:24 PMhigh-morning-12231
11/09/2022, 5:50 PMdocker buildx build --platform=linux/amd64 <rest of build command>
to "cross compile"broad-dream-81849
11/09/2022, 5:57 PMrich-island-96532
11/09/2022, 6:02 PMbroad-dream-81849
11/09/2022, 6:09 PMhigh-morning-12231
11/09/2022, 6:13 PM--push
in the buildx command. Here's an example from my bash history:
docker buildx build --platform=linux/amd64 --push ./ -t atgracey/game-ui-server-onsite:stable
rich-island-96532
11/09/2022, 6:16 PMhigh-morning-12231
11/09/2022, 6:19 PM