mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
Compress releases with gzip
This commit is contained in:
3
Makefile
3
Makefile
@@ -71,4 +71,5 @@ web-debug-bindata:
|
|||||||
package: dev-deps
|
package: dev-deps
|
||||||
gox -output "pkg/${VERSION}/${BINNAME}_${VERSION}_{{.OS}}_{{.Arch}}" \
|
gox -output "pkg/${VERSION}/${BINNAME}_${VERSION}_{{.OS}}_{{.Arch}}" \
|
||||||
-osarch=${OSARCH} \
|
-osarch=${OSARCH} \
|
||||||
-ldflags "-X main.Version=${VERSION}"
|
-ldflags "-X main.Version=${VERSION}" \
|
||||||
|
&& gzip -9 pkg/${VERSION}/${BINNAME}_*
|
||||||
|
|||||||
Reference in New Issue
Block a user