Bind alloc dir and task local dir to docker containers and parse args correctly

This commit is contained in:
Alex Dadgar
2015-10-15 16:40:07 -07:00
parent b70e8b0a49
commit db88c38bc7
5 changed files with 74 additions and 19 deletions

View File

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