Skip to content

Commit

Permalink
更新构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 27, 2019
1 parent 10d4d22 commit b8df304
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,9 @@

# Reference:
# https://github.com/golang/go/blob/master/src/go/build/syslist.go
os_archs=(
darwin/386
darwin/amd64
dragonfly/amd64
freebsd/386
freebsd/amd64
freebsd/arm
linux/386
linux/amd64
linux/arm
linux/arm64
linux/ppc64
linux/ppc64le
linux/mips
linux/mipsle
linux/mips64
linux/mips64le
linux/s390x
nacl/386
nacl/amd64p32
nacl/arm
netbsd/386
netbsd/amd64
netbsd/arm
openbsd/386
openbsd/amd64
openbsd/arm
plan9/386
plan9/amd64
plan9/arm
solaris/amd64
windows/386
windows/amd64
)
os_archs=$(go tool dist list)

os_archs=(${os_archs//$'\n'/ })

releases=()
targets=(
Expand Down

0 comments on commit b8df304

Please sign in to comment.