Compress releases with gzip

This commit is contained in:
2016-11-17 00:06:44 +00:00
parent 4b91ebc76e
commit 71e45a8eca

View File

@@ -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}_*