build/release: add new release targets

Notably, solaris/amd64 and illumos/amd64 were added in go1.13. The
others were have been supported previously but were not build targets.

After go1.13, nacl/* will no longer be supported and plan9/* is still
considered experiemental. As a result they are omitted.
This commit is contained in:
Conner Fromknecht 2019-10-03 16:57:32 -07:00
parent 6e9560e818
commit 122b43b447
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -40,24 +40,37 @@ cd $MAINDIR
SYS=${LNDBUILDSYS:-"
darwin-386
darwin-amd64
darwin-arm
darwin-arm64
dragonfly-amd64
freebsd-386
freebsd-amd64
freebsd-arm
illumos-amd64
linux-386
linux-amd64
linux-armv6
linux-armv7
linux-arm64
linux-ppc64
linux-ppc64le
linux-mips
linux-mipsle
linux-mips64
linux-mips64le
linux-s390x
netbsd-386
netbsd-amd64
netbsd-arm
netbsd-arm64
openbsd-386
openbsd-amd64
openbsd-arm
openbsd-arm64
solaris-amd64
windows-386
windows-amd64
windows-arm
"}
# Use the first element of $GOPATH in the case where GOPATH is a list