Merge pull request #10170 from hashicorp/jbardin/no-darwin-386

Remove darwin/386 from the build
This commit is contained in:
James Bardin 2016-11-16 14:06:33 -05:00 committed by GitHub
commit 50ecb746ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 solaris}
XC_EXCLUDE_OSARCH="!darwin/arm"
XC_EXCLUDE_OSARCH="!darwin/arm !darwin/386"
# Delete the old dir
echo "==> Removing old directory..."