diff --git a/scripts/build.sh b/scripts/build.sh index f6cdafa010..472b59988d 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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" \