Merge pull request #5268 from hashicorp/solaris

build solaris binary
This commit is contained in:
Matthew Hooker 2017-08-21 12:36:56 -07:00 committed by GitHub
commit 0ab790eb1a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cd $DIR
# Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm arm64"}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
# Delete the old dir
echo "==> Removing old directory..."