mirror of
https://github.com/minio/minio.git
synced 2026-02-11 21:30:15 -05:00
release: Add release scripts.
This commit is contained in:
5
release.cmd
Normal file
5
release.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
SET MINIO_RELEASE=OFFICIAL
|
||||
SET GO15VENDOREXPERIMENT=1
|
||||
go run buildscripts/gen-ldflags.go > temp.txt
|
||||
SET /p LDFLAGS=<temp.txt
|
||||
go build -ldflags="%LDFLAGS%" -o %GOPATH%\bin\minio.exe
|
||||
Reference in New Issue
Block a user