Add Solaris builds of Terraform

pull/4508/head
James Nugent 11 years ago
parent 5c6304ed57
commit 094e380bb1

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

Loading…
Cancel
Save