Skip to content

Commit

Permalink
Fix darwin build options
Browse files Browse the repository at this point in the history
  • Loading branch information
miralgj committed Jun 5, 2022
1 parent 3307f79 commit 3719a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3719a06

Please sign in to comment.