build/release: format+sort build existing targets

This commit is contained in:
Conner Fromknecht 2019-10-03 16:51:10 -07:00
parent 46cecb2461
commit 6e9560e818
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -37,7 +37,28 @@ cd $MAINDIR
# If LNDBUILDSYS is set the default list is ignored. Useful to release
# 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
# (something that is totally allowed).