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.
pull/1357/head
James Phillips 2015-10-27 20:47:05 -07:00
parent d352960cef
commit f6ac3a4303
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..."