Skip to content

Commit

Permalink
Merge pull request #608 from bhandras/remove-unavailable-platforms
Browse files Browse the repository at this point in the history
build: remove unsupported platforms from the release script
  • Loading branch information
bhandras committed Jul 4, 2023
2 parents 9b523d4 + 46a7744 commit ea02cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ea02cd4

Please sign in to comment.