Skip to content

Commit

Permalink
x64 --build-arg COMPILE_TIGER=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 4, 2023
1 parent 4024ddf commit 2a9d2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ 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"
args="--provenance=false"
args="""
--provenance=false
--build-arg COMPILE_XRDP=yes
--build-arg COMPILE_PULSE=yes
--build-arg COMPILE_TIGER=no
--build-arg COMPILE_TIGER=yes
"""
# --network=host: docker buildx create --use --name mybuilder2 --buildkitd-flags '--allow-insecure-entitlement network.host'
test "$plat" != "--platform linux/amd64,linux/arm64,linux/arm" && img="${img}-dbg"
Expand Down

0 comments on commit 2a9d2d5

Please sign in to comment.