build: remove unsupported platforms from the release script

pull/608/head
Andras Banki-Horvath 10 months ago
parent 88efd0e8ef
commit 46a7744656
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

@ -73,7 +73,7 @@ cd $MAINDIR
# If LOOPBUILDSYS is set the default list is ignored. Useful to release
# for a subset of systems/architectures.
SYS=${LOOPBUILDSYS:-"windows-amd64 openbsd-386 openbsd-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-amd64 dragonfly-amd64 freebsd-386 freebsd-amd64 freebsd-arm netbsd-386 netbsd-amd64 linux-mips64 linux-mips64le linux-ppc64"}
SYS=${LOOPBUILDSYS:-"windows-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-amd64 freebsd-amd64 freebsd-arm"}
# Use the first element of $GOPATH in the case where GOPATH is a list
# (something that is totally allowed).

Loading…
Cancel
Save