From 543bef448ceaed5b86408e2b11bba6b30fc3deb8 Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Sun, 30 Jul 2017 04:06:50 +0300 Subject: [PATCH] fix build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 10e213284..b64c7ec69 100755 --- a/build.sh +++ b/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