mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-16 06:51:23 +01:00
Increase platforms for next build
This commit is contained in:
parent
9803a0e035
commit
a2359d054c
@ -17,7 +17,7 @@ GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)
|
||||
|
||||
# Determine the arch/os combos we're building for
|
||||
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd netbsd solaris}
|
||||
|
||||
GOPATH=${GOPATH:-$(go env GOPATH)}
|
||||
case $(uname) in
|
||||
@ -42,8 +42,6 @@ fi
|
||||
echo "==> Building..."
|
||||
gox \
|
||||
-os="${XC_OS}" \
|
||||
-os="!freebsd" \
|
||||
-os="!openbsd" \
|
||||
-arch="${XC_ARCH}" \
|
||||
-ldflags "-X github.com/hashicorp/vault/version.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \
|
||||
-output "pkg/{{.OS}}_{{.Arch}}/vault" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user