diff --git a/Makefile b/Makefile index 96170fba4..8a37a990e 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ coverage: build build: checks @echo "Building minio binary to './minio'" @GOFLAGS="" CGO_ENABLED=0 go build -tags kqueue --ldflags $(BUILD_LDFLAGS) -o $(PWD)/minio - @GOFLAGS="" CGO_ENABLED=0 go build --ldflags="-s -w" -o $(PWD)/dockerscripts/healthcheck $(PWD)/dockerscripts/healthcheck.go + @GOFLAGS="" CGO_ENABLED=0 go build -tags kqueue --ldflags="-s -w" -o $(PWD)/dockerscripts/healthcheck $(PWD)/dockerscripts/healthcheck.go docker: build @docker build -t $(TAG) . -f Dockerfile.dev