Put the equals in the correct place
This commit is contained in:
parent
21f15aea3f
commit
e3c6c05395
|
@ -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/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue