Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
#8 change binary release compression from bz2 to gz
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Sep 4, 2015
1 parent 3d75587 commit 1235e48
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 @@ -55,7 +55,7 @@ release: $(ALL_TARS)
tar: $(ALL_TARS)

%.tar.gz: %
COPYFILE_DISABLE=1 tar -jcvf $@ -C dist/$(VERSION)/$(call os,$<)/$(call arch,$<) $(call bin,$<)
COPYFILE_DISABLE=1 tar -zcvf $@ -C dist/$(VERSION)/$(call os,$<)/$(call arch,$<) $(call bin,$<)

$(ALL_BINARIES): build_image
docker run --rm -ti -v $(shell pwd)/dist:/src/dist \
Expand Down

0 comments on commit 1235e48

Please sign in to comment.