mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Remove release scripts for minio. (#5181)
Use `GOOS=<osname> go build` to build minio for any platform of choice.
This commit is contained in:
committed by
Dee Koder
parent
0827a2747b
commit
9eb52ec7c7
6
Makefile
6
Makefile
@@ -94,12 +94,6 @@ install: build
|
||||
@cp $(PWD)/minio $(GOPATH)/bin/minio
|
||||
@echo "Check 'minio -h' for help."
|
||||
|
||||
release: verifiers
|
||||
@MINIO_RELEASE=RELEASE ./buildscripts/build.sh
|
||||
|
||||
experimental: verifiers
|
||||
@MINIO_RELEASE=EXPERIMENTAL ./buildscripts/build.sh
|
||||
|
||||
clean:
|
||||
@echo "Cleaning up all the generated files"
|
||||
@find . -name '*.test' | xargs rm -fv
|
||||
|
||||
Reference in New Issue
Block a user