Removes netbsd and openbsd for now.

These are super close but we need to fix an issue with the Docker
client before we can include them.
This commit is contained in:
James Phillips 2015-10-27 20:47:05 -07:00
parent b816124bbc
commit 402b3ea9e3
1 changed files with 1 additions and 1 deletions

View File

@ -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 netbsd openbsd windows"}
XC_OS=${XC_OS:-"darwin freebsd linux windows"}
# Install dependencies
echo "==> Getting dependencies..."