Skip to content

Instantly share code, notes, and snippets.

@andreibosco
Created December 16, 2022 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreibosco/6a973e32bc4fa83a4b58a289ef80dcc9 to your computer and use it in GitHub Desktop.
Save andreibosco/6a973e32bc4fa83a4b58a289ef80dcc9 to your computer and use it in GitHub Desktop.
Build docker image for an specific platform

If you are using an M1 mac and want to build an x86 (64-bit) image:

DOCKER_DEFAULT_PLATFORM=linux/amd64 docker build -t your_name/image_name .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment