Add Solaris builds of Terraform

This commit is contained in:
James Nugent 2016-01-05 09:53:19 -05:00
parent 5c6304ed57
commit 094e380bb1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,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}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
# Get dependencies unless running in quick mode