From 6e9560e818a1c8fa635b9fbbee567a9a1e8fc4e2 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Thu, 3 Oct 2019 16:51:10 -0700 Subject: [PATCH] build/release: format+sort build existing targets --- build/release/release.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/build/release/release.sh b/build/release/release.sh index db4f4d3b..0e7d1e51 100755 --- a/build/release/release.sh +++ b/build/release/release.sh @@ -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).