don't compile for open/freebsd [GH-136]

This commit is contained in:
Mitchell Hashimoto 2015-05-11 10:34:17 -07:00
parent fb16d4b55f
commit f72bde409f

View File

@ -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" \