fix build script

This commit is contained in:
Michael Kuzmin 2017-07-30 04:06:50 +03:00
parent 566e2131d1
commit 543bef448c
1 changed files with 1 additions and 1 deletions

View File

@ -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