Skip to content

Instantly share code, notes, and snippets.

@mikeesto
Created September 21, 2022 04:26
Show Gist options
  • Save mikeesto/d872cd69cd6c0e02f63d5a0f4c918b72 to your computer and use it in GitHub Desktop.
Save mikeesto/d872cd69cd6c0e02f63d5a0f4c918b72 to your computer and use it in GitHub Desktop.
Build x86_64 Docker image on M1/M2 architecture
docker buildx build --platform=linux/amd64 -t myimage .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment