mirror of
https://github.com/minio/minio.git
synced 2025-05-21 17:43:48 -04: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
|
@rm minio.dockerimage
|
||||||
|
|
||||||
release: verifiers
|
release: verifiers
|
||||||
@MC_RELEASE=RELEASE GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
@MINIO_RELEASE=RELEASE GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
||||||
|
|
||||||
experimental: verifiers
|
experimental: verifiers
|
||||||
@MC_RELEASE=EXPERIMENTAL GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
@MINIO_RELEASE=EXPERIMENTAL GO15VENDOREXPERIMENT=1 ./buildscripts/build.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning up all the generated files:"
|
@echo "Cleaning up all the generated files:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user