Skip to content

Commit

Permalink
Removes netbsd and openbsd for now.
Browse files Browse the repository at this point in the history
These are super close but we need to fix an issue with the Docker
client before we can include them.
  • Loading branch information
James Phillips committed Oct 28, 2015
1 parent d352960 commit f6ac3a4
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 netbsd openbsd windows"}
XC_OS=${XC_OS:-"darwin freebsd linux windows"}

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

0 comments on commit f6ac3a4

Please sign in to comment.