Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thejimnicholson/cda0aeed57a761fea3b1ec933d2c9c42 to your computer and use it in GitHub Desktop.
Save thejimnicholson/cda0aeed57a761fea3b1ec933d2c9c42 to your computer and use it in GitHub Desktop.
Set up docker multiarch container for buildx
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx rm builder
docker buildx create --name builder --driver docker-container --use
docker buildx inspect --bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment