From 3719a0693d1b21639d3453c68094658fc47664bf Mon Sep 17 00:00:00 2001 From: Gilberto Miralla-Flores Date: Sun, 5 Jun 2022 12:24:39 -0400 Subject: [PATCH] Fix darwin build options --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16b875a..f05cf40 100644 --- a/Makefile +++ b/Makefile @@ -69,8 +69,8 @@ build-mac-arm: export CGO_ENABLED=0 build-mac-arm: export GO111MODULE=on build-mac-arm: export GOPROXY=$(MOD_PROXY_URL) build-mac-arm: - go build -v -o --ldflags="-w -X main.Version=$(VERSION)" \ - bin/$(BINNAME)-darwin-arm64 cmd/si/main.go + go build -v --ldflags="-w -X main.Version=$(VERSION)" \ + -o bin/$(BINNAME)-darwin-arm64 cmd/si/main.go .PHONY: clean clean: