Skip to content

Instantly share code, notes, and snippets.

@rkbalgi
Created November 24, 2022 15:59
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 rkbalgi/1f75510904b12fc023bc9a7cbc79727f to your computer and use it in GitHub Desktop.
Save rkbalgi/1f75510904b12fc023bc9a7cbc79727f to your computer and use it in GitHub Desktop.
Multi Arch builds with docker
docker buildx build --builder=mybuilder --push --platform linux/arm64,linux/amd64 --tag rkbalgi/isosim:latest .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment