build/release: format+sort build existing targets
This commit is contained in:
parent
46cecb2461
commit
6e9560e818
@ -37,7 +37,28 @@ cd $MAINDIR
|
|||||||
|
|
||||||
# If LNDBUILDSYS is set the default list is ignored. Useful to release
|
# If LNDBUILDSYS is set the default list is ignored. Useful to release
|
||||||
# for a subset of systems/architectures.
|
# for a subset of systems/architectures.
|
||||||
SYS=${LNDBUILDSYS:-"windows-386 windows-amd64 openbsd-386 openbsd-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-386 darwin-amd64 dragonfly-amd64 freebsd-386 freebsd-amd64 freebsd-arm netbsd-386 netbsd-amd64 linux-mips64 linux-mips64le linux-ppc64"}
|
SYS=${LNDBUILDSYS:-"
|
||||||
|
darwin-386
|
||||||
|
darwin-amd64
|
||||||
|
dragonfly-amd64
|
||||||
|
freebsd-386
|
||||||
|
freebsd-amd64
|
||||||
|
freebsd-arm
|
||||||
|
linux-386
|
||||||
|
linux-amd64
|
||||||
|
linux-armv6
|
||||||
|
linux-armv7
|
||||||
|
linux-arm64
|
||||||
|
linux-ppc64
|
||||||
|
linux-mips64
|
||||||
|
linux-mips64le
|
||||||
|
netbsd-386
|
||||||
|
netbsd-amd64
|
||||||
|
openbsd-386
|
||||||
|
openbsd-amd64
|
||||||
|
windows-386
|
||||||
|
windows-amd64
|
||||||
|
"}
|
||||||
|
|
||||||
# Use the first element of $GOPATH in the case where GOPATH is a list
|
# Use the first element of $GOPATH in the case where GOPATH is a list
|
||||||
# (something that is totally allowed).
|
# (something that is totally allowed).
|
||||||
|
Loading…
Reference in New Issue
Block a user