Updated the build script

This commit is contained in:
Diptanu Choudhury
2016-08-12 15:55:39 -07:00
parent 416bb19c15
commit 0f1d7cb426

View File

@@ -40,9 +40,8 @@ gox \
-os="!openbsd" \
-os="!solaris" \
-arch="${XC_ARCH}" \
-osarch="!linux/arm !darwin/386" \
-osarch="!darwin/386" \
-ldflags "-X main.GitCommit='${GIT_COMMIT}${GIT_DIRTY}'" \
-cgo \
-output "pkg/{{.OS}}_{{.Arch}}/nomad" \
.