Skip to content

Commit 3308a40

Browse files
committed
chore(build): remove build on musl lib
1 parent 7d81c26 commit 3308a40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/build-all-by-docker.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ buildByDocker() {
4545
gover=latest
4646
buildByDocker "$gover" "${builds[@]}"
4747

48-
gover=alpine
49-
builds=('linux 386 -musl' 'linux amd64 -musl' 'linux amd64,v2 -musl' 'linux amd64,v3 -musl' 'linux arm64 -musl')
50-
buildByDocker "$gover" "${builds[@]}"
51-
5248
gover=1.20
5349
builds=()
5450
builds+=('windows 386 -7-8' 'windows amd64 -7-8')

0 commit comments

Comments
 (0)