mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
fix build script
This commit is contained in:
parent
566e2131d1
commit
543bef448c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -6,7 +6,7 @@ glide install -v
|
|||
export CGO_ENABLED=0
|
||||
export GOARCH=amd64
|
||||
mkdir -p bin
|
||||
rm bin/*
|
||||
rm -f bin/*
|
||||
|
||||
GOOS=darwin go build -o bin/packer-builder-vsphere.macos
|
||||
GOOS=linux go build -o bin/packer-builder-vsphere.linux
|
||||
|
|
|
|||
Loading…
Reference in a new issue