Skip to content

Commit

Permalink
buildx compile: plat x3
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent de49034 commit 62ee34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb12/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ case "$1" in
compile)
repo=registry-1.docker.io
img="docker-headless:deb12-compile"
plat="--platform linux/amd64,linux/arm64" #,linux/arm
plat="--platform linux/amd64"
plat="--platform linux/amd64,linux/arm64,linux/arm" #,linux/arm
# plat="--platform linux/amd64"
args="--provenance=false"
# --network=host: docker buildx create --use --name mybuilder2 --buildkitd-flags '--allow-insecure-entitlement network.host'
docker buildx build $plat $args --push -t $ns/$img -f src/Dockerfile.compile .
Expand Down

0 comments on commit 62ee34c

Please sign in to comment.