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:
parent
b816124bbc
commit
402b3ea9e3
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue