Skip to content

Commit

Permalink
Merge pull request #1568 from hashicorp/f-solaris
Browse files Browse the repository at this point in the history
Adds a solaris target.
  • Loading branch information
slackpad committed Jan 6, 2016
2 parents c1fe909 + e9a34a0 commit 901261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT_DESCRIBE=$(git describe --tags)

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

# Install dependencies
echo "==> Getting dependencies..."
Expand Down

0 comments on commit 901261a

Please sign in to comment.