Skip to content

Commit

Permalink
Makefile: gzip the dist tar.gz file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Romano authored and tomdee committed Sep 22, 2016
1 parent 174e156 commit 3b9ac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dist/iptables-$(ARCH):
tar.gz: dist/flannel-$(TAG)-linux-amd64.tar.gz
dist/flannel-$(TAG)-linux-amd64.tar.gz:
ARCH=amd64 make dist/flanneld-amd64
tar --transform='flags=r;s|-amd64||' -cvf dist/flannel-$(TAG)-linux-amd64.tar.gz -C dist flanneld-amd64 mk-docker-opts.sh ../README.md
tar --transform='flags=r;s|-amd64||' -zcvf dist/flannel-$(TAG)-linux-amd64.tar.gz -C dist flanneld-amd64 mk-docker-opts.sh ../README.md
tar -tvf dist/flannel-$(TAG)-linux-amd64.tar.gz

## Make a release after creating a tag
Expand Down

0 comments on commit 3b9ac98

Please sign in to comment.