Skip to content

Commit

Permalink
cpl: buildx --build-arg COMPILE_MISC=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent c874b85 commit 2781cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ gtk224)
--build-arg COMPILE_TIGER=no
--build-arg COMPILE_XRDP=no
--build-arg COMPILE_SSH=no
--build-arg COMPILE_PULSE=yes
--build-arg COMPILE_PULSE=no
--build-arg COMPILE_FLUX=no
--build-arg COMPILE_OPENBOX=no
--build-arg COMPILE_TINT2=no
Expand All @@ -125,6 +125,7 @@ gtk224)
--build-arg COMPILE_PCMANFM=no
--build-arg COMPILE_LXDE=no
--build-arg COMPILE_PERP=no
--build-arg COMPILE_MISC=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 2781cf5

Please sign in to comment.