Skip to content

Instantly share code, notes, and snippets.

@acelaya
Created October 31, 2020 10:20
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 acelaya/9e82e57828d10e72eed3222da0aaded0 to your computer and use it in GitHub Desktop.
Save acelaya/9e82e57828d10e72eed3222da0aaded0 to your computer and use it in GitHub Desktop.
Before docker buildx
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --use
# Then docker buildx build should work
# docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment