Skip to content

Instantly share code, notes, and snippets.

@osbre
Created May 11, 2024 17:35
Show Gist options
  • Save osbre/86c91ae2b211323fe527daec563e3afa to your computer and use it in GitHub Desktop.
Save osbre/86c91ae2b211323fe527daec563e3afa to your computer and use it in GitHub Desktop.
# setup
docker buildx create --use --platform=linux/amd64,linux/arm64,linux/arm/v7 --name multi-platform-builder
docker buildx inspect --bootstrap
# actual build
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 -t streampot/server .
# do push
docker push streampot/server:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment