mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
update windows build script for go compatibility
This commit is contained in:
parent
1cf9dbf27d
commit
d44fa76683
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ echo "==> Building..."
|
|||
gox.exe `
|
||||
-os="${XC_OS}" `
|
||||
-arch="${XC_ARCH}" `
|
||||
-ldflags "-X github.com/mitchellh/packer/version.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" `
|
||||
-ldflags "-X github.com/mitchellh/packer/version.GitCommit=${GIT_COMMIT}${GIT_DIRTY}" `
|
||||
-output "pkg/{{.OS}}_{{.Arch}}/packer" `
|
||||
.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue