Don't build darwin/arm until we figure out what's going on with Travis

This commit is contained in:
Sean Chittenden 2016-05-07 14:53:21 -07:00
parent 3c33327979
commit ac4245f46f
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ echo "==> Building..."
$GOPATH/bin/gox \
-os="${XC_OS}" \
-arch="${XC_ARCH}" \
-osarch="!darwin/arm" \
-ldflags "-X main.GitCommit='${GIT_COMMIT}${GIT_DIRTY}' -X main.GitDescribe='${GIT_DESCRIBE}'" \
-output "pkg/{{.OS}}_{{.Arch}}/consul" \
.