mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
buildscripts: compress release binaries.
Fix update command as well to show compressed files in updates.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user