Skip to content

Commit

Permalink
dist/buildx echo "[$dist|$dver] >>> plat=$plat"
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2024
1 parent ce667cb commit 5d03724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distros/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function doBuildx(){
test "fedora" == "$dist" && plat="--platform linux/amd64,linux/arm64" # alma/fedora:无armv7
test "opensuse|15.0" == "$dist|$dver" && plat="--platform linux/amd64,linux/arm64" #opensuse_15.0 none_armv7
test "alpine|3.2" == "$dist|$dver" && plat="--platform linux/amd64" #none: arm64,armv7
echo "plat=$plat"
echo "[$dist|$dver] >>> plat=$plat"

# 提前pull,转换tag格式
# https://github.com/openwrt/docker/pkgs/container/rootfs/versions?filters%5Bversion_type%5D=tagged
Expand Down

0 comments on commit 5d03724

Please sign in to comment.