Skip to content

Commit b005bb1

Browse files
committed
chore(build): update build script
1 parent e768547 commit b005bb1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build/build-all-docker.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ buildByDocker() {
2727
}
2828

2929
gover=latest
30-
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'darwin 386' 'darwin amd64')
30+
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin 386' 'darwin amd64')
31+
#builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm')
32+
#builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
33+
#builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')
34+
#builds=("${builds[@]}" 'plan9 386' 'plan9 amd64' 'plan9 arm')
3135
buildByDocker "$gover" "${builds[@]}"
3236

3337
gover=1.10

build/build-all.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
cd $(dirname "$0")
44
rm -rf ../output/
55

6-
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386 .exe' 'windows amd64 .exe' 'darwin 386' 'darwin amd64')
6+
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'windows 386' 'windows amd64' 'windows arm' 'darwin 386' 'darwin amd64')
7+
#builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm')
8+
#builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
9+
#builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')
10+
#builds=("${builds[@]}" 'plan9 386' 'plan9 amd64' 'plan9 arm')
711
bash ./build.sh "${builds[@]}"

0 commit comments

Comments
 (0)