Skip to content

Commit

Permalink
Fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Aug 4, 2017
1 parent 3876dc5 commit fa45902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ dist-build:
-os "windows linux darwin" \
-arch "amd64" $(CMD_PATH) > /dev/null

dist-zip:
cd dist && zip $(PROG_NAME)-darwin-amd64.zip darwin-amd64/*
cd dist && zip $(PROG_NAME)-linux-amd64.zip linux-amd64/*
dist-pkg:
cd dist && tar -czvf $(PROG_NAME)-darwin-amd64.tar.gz darwin-amd64/*
cd dist && tar -czvf $(PROG_NAME)-linux-amd64.tar.gz linux-amd64/*
cd dist && zip $(PROG_NAME)-windows-amd64.zip windows-amd64/*

dist: dist-build dist-zip
dist: dist-build dist-pkg

docker:
docker build -t ${IMAGE_NAME}:${GIT_SHA} .
Expand Down

0 comments on commit fa45902

Please sign in to comment.