This commit is contained in:
Mitchell Hashimoto
2015-09-27 23:58:31 -07:00
parent a95ea7fb62
commit 474221f42a

View File

@@ -42,6 +42,7 @@ gox \
-os="!freebsd" \
-os="!openbsd" \
-arch="${XC_ARCH}" \
-osarch="!linux/arm !darwin/386" \
-ldflags "-X main.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \
-output "pkg/{{.OS}}_{{.Arch}}/nomad" \
.