Skip to content

Commit

Permalink
deb12/buildx> slim: plat="--platform linux/amd64"
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent afdbc27 commit 692e1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deb12/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ slim)
cache="--cache-from type=registry,ref=$ali/$ns/$cimg --cache-to type=registry,ref=$ali/$ns/$cimg"

plat="--platform linux/amd64,linux/arm64,linux/arm" ##linux/arm> linux/arm/v7
plat="--platform linux/amd64"
args="--build-arg FULL="
docker buildx build $cache $plat $args --push -t $repo/$ns/$img -f src/Dockerfile.base .
;;
Expand Down

0 comments on commit 692e1db

Please sign in to comment.