Skip to content

Commit 9697622

Browse files
committed
Merge pull request hashicorp#4508 from hashicorp/f-solaris-build
Add Solaris builds of Terraform
2 parents 5b3ef43 + 094e380 commit 9697622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)
1616

1717
# Determine the arch/os combos we're building for
1818
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
19-
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
19+
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
2020

2121

2222
# Get dependencies unless running in quick mode

0 commit comments

Comments
 (0)