Don't build darwin/arm until we figure out what's going on with Travis
This commit is contained in:
parent
3c33327979
commit
ac4245f46f
|
@ -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" \
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue