mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
build: Fix release tag.
This commit is contained in:
parent
2c26b98242
commit
024c00addd
4
Makefile
4
Makefile
@ -138,10 +138,10 @@ dockerimage: checkdocker verifiers $(UI_ASSETS)
|
||||
@rm minio.dockerimage
|
||||
|
||||
release: verifiers
|
||||
@MC_RELEASE=RELEASE GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
||||
@MINIO_RELEASE=RELEASE GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
||||
|
||||
experimental: verifiers
|
||||
@MC_RELEASE=EXPERIMENTAL GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
||||
@MINIO_RELEASE=EXPERIMENTAL GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
||||
|
||||
clean:
|
||||
@echo "Cleaning up all the generated files:"
|
||||
|
Loading…
Reference in New Issue
Block a user