Skip to content

Commit 29840fa

Browse files
committed
chore: adjust build arch
1 parent a320376 commit 29840fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/build-all-by-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildByDocker() {
3131
apt-get update;
3232
apt-get install -yq git zip;
3333
elif [ -e /etc/apk/repositories ]; then
34-
sed -i "s;://[^/ ]*;://mirrors.aliyun.com;" /etc/apk/repositories;
34+
sed -i -e "s;://[^/ ]*;://mirrors.aliyun.com;" /etc/apk/repositories;
3535
apk add bash git zip;
3636
fi
3737
git config --global safe.directory "*"

build/build-all.inc.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
builds=()
2-
builds+=('linux 386' 'linux amd64' 'linux amd64,v2' 'linux amd64,v3' 'linux arm' 'linux arm64' 'linux riscv64' 'linux loong64')
3-
builds+=('windows 386' 'windows amd64' 'windows amd64,v2' 'windows amd64,v3' 'windows arm' 'windows arm64')
2+
builds+=('linux 386' 'linux amd64' 'linux amd64,v2' 'linux amd64,v3' 'linux arm' 'linux arm64' 'linux arm64,v9.0' 'linux riscv64' 'linux riscv64,rva22u64' 'linux loong64')
3+
builds+=('windows amd64' 'windows amd64,v2' 'windows amd64,v3' 'windows arm' 'windows arm64')
44
builds+=('darwin amd64' 'darwin arm64')
55
builds+=('freebsd amd64' 'freebsd arm64' 'freebsd riscv64')
6-
#builds+=('openbsd amd64' 'openbsd arm64')
6+
#builds+=('openbsd amd64' 'openbsd arm64' 'openbsd riscv64')
77
#builds+=('netbsd amd64' 'netbsd arm64')
88
#builds+=('dragonfly amd64')

0 commit comments

Comments
 (0)