Skip to content

Commit

Permalink
buildx ubt-builder> plat-x3
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 20, 2023
1 parent 8535e13 commit 8dfe94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ubt-builder)
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
plat="--platform linux/amd64"
# plat="--platform linux/amd64"
# --network=host: docker buildx create --use --name mybuilder2 --buildkitd-flags '--allow-insecure-entitlement network.host'
docker buildx build $cache $plat --push -t $ns/$img -f src/../ubt/Dockerfile.builder .
;;
Expand Down

0 comments on commit 8dfe94d

Please sign in to comment.