Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Created August 17, 2021 20:53
Show Gist options
  • Save nicosingh/a4bebfd4901052cbf44be20e71f082b1 to your computer and use it in GitHub Desktop.
Save nicosingh/a4bebfd4901052cbf44be20e71f082b1 to your computer and use it in GitHub Desktop.
# build and push docker image
docker buildx build \
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le \
--tag registry.gitlab.com/nicosingh/demo-flask-application:latest \
--push \
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment