buildscripts: compress release binaries.

Fix update command as well to show compressed files in updates.
This commit is contained in:
Harshavardhana
2016-03-18 13:02:06 -07:00
parent a90faf5996
commit 41cba3a457
3 changed files with 43 additions and 6 deletions

View File

@@ -138,10 +138,10 @@ dockerimage: checkdocker verifiers $(UI_ASSETS)
@rm minio.dockerimage
release: verifiers
@MINIO_RELEASE=RELEASE GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
@MINIO_RELEASE=RELEASE ./buildscripts/build.sh
experimental: verifiers
@MINIO_RELEASE=EXPERIMENTAL GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
@MINIO_RELEASE=EXPERIMENTAL ./buildscripts/build.sh
clean:
@echo "Cleaning up all the generated files:"