From 71e45a8eca1bedaaed9b5e9c55f7196536228dfe Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 17 Nov 2016 00:06:44 +0000 Subject: [PATCH] Compress releases with gzip --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96da9d1..5db5a6f 100644 --- a/Makefile +++ b/Makefile @@ -71,4 +71,5 @@ web-debug-bindata: package: dev-deps gox -output "pkg/${VERSION}/${BINNAME}_${VERSION}_{{.OS}}_{{.Arch}}" \ -osarch=${OSARCH} \ - -ldflags "-X main.Version=${VERSION}" + -ldflags "-X main.Version=${VERSION}" \ + && gzip -9 pkg/${VERSION}/${BINNAME}_*