Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Enable build for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
summerwind committed May 30, 2017
1 parent 4015cda commit 7dbe159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dist:
GOARCH=amd64 GOOS=linux go build $(BUILD_FLAGS) .
tar -czf dist/packer-builder-conoha_linux_amd64.tar.gz packer-builder-conoha
rm -rf packer-builder-conoha

GOARCH=amd64 GOOS=darwin go build $(BUILD_FLAGS) .
tar -czf dist/packer-builder-conoha_darwin_amd64.tar.gz packer-builder-conoha
rm -rf packer-builder-conoha

vendor:
glide install -v

0 comments on commit 7dbe159

Please sign in to comment.