mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
build: Fix release tag.
This commit is contained in:
parent
2c26b98242
commit
024c00addd
1 changed files with 2 additions and 2 deletions
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 a new issue