Skip to content

Commit

Permalink
cpl/buildx --build-arg COMPILE_TINT2=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 3, 2024
1 parent 302ff02 commit 9f66c35
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 @@ -119,14 +119,14 @@ gtk224)
--build-arg COMPILE_PULSE=no
--build-arg COMPILE_FLUX=no
--build-arg COMPILE_OPENBOX=no
--build-arg COMPILE_TINT2=no
--build-arg COMPILE_TINT2=yes
--build-arg COMPILE_SUCKLESS=no
--build-arg COMPILE_XCOMPMGR=no
--build-arg COMPILE_XLUNCH=no
--build-arg COMPILE_PCMANFM=no
--build-arg COMPILE_LXDE=no
--build-arg COMPILE_PERP=no
--build-arg COMPILE_MISC=yes
--build-arg COMPILE_MISC=no
"""
# --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 9f66c35

Please sign in to comment.