mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 12:01:23 +02:00
don't compile for open/freebsd [GH-136]
This commit is contained in:
parent
fb16d4b55f
commit
f72bde409f
@ -39,6 +39,8 @@ fi
|
||||
echo "==> Building..."
|
||||
gox \
|
||||
-os="${XC_OS}" \
|
||||
-os="!freebsd" \
|
||||
-os="!openbsd" \
|
||||
-arch="${XC_ARCH}" \
|
||||
-ldflags "-X github.com/hashicorp/vault/cli.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \
|
||||
-output "pkg/{{.OS}}_{{.Arch}}/vault" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user