Skip to content

Instantly share code, notes, and snippets.

@mowings
Created November 17, 2022 19:12
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 mowings/85aa661646cc8e5d47894bcee698a2f3 to your computer and use it in GitHub Desktop.
Save mowings/85aa661646cc8e5d47894bcee698a2f3 to your computer and use it in GitHub Desktop.
Multi-arch builds with docker descktop and buildx

Create a builder

docker buildx create --use

Build and push

docker buildx build --platform linux/arm64/v8,linux/amd64 . -t foo:latest --push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment