Skip to content

Instantly share code, notes, and snippets.

@sonufrienko
Created March 7, 2023 22:26
Show Gist options
  • Save sonufrienko/ce44e80010795dd75afd6617edc2189e to your computer and use it in GitHub Desktop.
Save sonufrienko/ce44e80010795dd75afd6617edc2189e to your computer and use it in GitHub Desktop.

Buld Docker image on ARM (Apple M1/M2)

docker buildx build --platform=linux/amd64 -t demo .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment