mirror of https://github.com/hashicorp/consul
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
parent
d352960cef
commit
f6ac3a4303
|
@ -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