Skip to content

Commit

Permalink
full plat x64
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 15, 2023
1 parent 706a904 commit 088bee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deb12/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ compile2)
# 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"
args="--provenance=false"
args="""
--provenance=false
--build-arg COMPILE_XRDP=no
--build-arg COMPILE_PULSE=no
--build-arg COMPILE_XRDP=yes
--build-arg COMPILE_PULSE=yes
--build-arg COMPILE_TIGER=yes
"""
# --network=host: docker buildx create --use --name mybuilder2 --buildkitd-flags '--allow-insecure-entitlement network.host'
Expand Down

0 comments on commit 088bee2

Please sign in to comment.