Merge branch 'update_link_ldflags' of https://github.com/pauloconnor/terraform into pauloconnor-update_link_ldflags

This commit is contained in:
James Nugent 2016-02-17 10:07:59 -08:00
commit 34b7665af0

View File

@ -39,7 +39,7 @@ echo "==> Building..."
gox \ gox \
-os="${XC_OS}" \ -os="${XC_OS}" \
-arch="${XC_ARCH}" \ -arch="${XC_ARCH}" \
-ldflags "-X main.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \ -ldflags "-X main.GitCommit=${GIT_COMMIT}${GIT_DIRTY}" \
-output "pkg/{{.OS}}_{{.Arch}}/terraform-{{.Dir}}" \ -output "pkg/{{.OS}}_{{.Arch}}/terraform-{{.Dir}}" \
$(go list ./... | grep -v /vendor/) $(go list ./... | grep -v /vendor/)