mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03: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
@@ -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