Skip to content

Commit

Permalink
flux/buildx plat="--platform linux/amd64" #
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 5, 2023
1 parent 7e5d1ab commit f2c4b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function doBuildx(){
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" #

compile="alpine-compile"; flux="fluxbox"
test "$plat" != "--platform linux/amd64,linux/arm64,linux/arm" && compile="${compile}-dbg"
Expand Down

0 comments on commit f2c4b77

Please sign in to comment.