MinIO CLI and Releaser. (#31)

* MinIO CLI and Releaser.

* Fix goreleaser

* Build docker properly. tags for kqueue on mac

* Dockerfile for release

* Fix docker release
This commit is contained in:
Daniel Valdivia
2020-04-06 11:27:43 -07:00
committed by GitHub
parent b85c2c744d
commit d57ec001f4
12 changed files with 417 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ default: mcs
.PHONY: mcs
mcs:
@echo "Building mcs binary to './mcs'"
@(CGO_ENABLED=0 go build --tags kqueue --ldflags "-s -w" -o mcs ./cmd/mcs)
@(CGO_ENABLED=0 go build --tags=kqueue --ldflags "-s -w" -o mcs ./cmd/mcs)
swagger-gen:
@echo "Generating swagger server code from yaml"