Skip to content

Commit

Permalink
feat: build darwin_arm64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Oct 31, 2021
1 parent 8d5b0c0 commit 97e103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GO_LDFLAGS=-ldflags "-w $(CTIMEVAR)"
GO_LDFLAGS_STATIC=-ldflags "-w $(CTIMEVAR) -extldflags -static"
GOOSES = darwin freebsd linux windows
GOARCHS = amd64 386 arm arm64
UNSUPPORTED = darwin_arm darwin_arm64 windows_arm windows_arm64 windows_386 freebsd_arm64
UNSUPPORTED = darwin_arm darwin_386 windows_arm windows_arm64 windows_386 freebsd_arm64
print-%: ; @echo $*=$($*)

run: ## Runs dry
Expand Down

0 comments on commit 97e103b

Please sign in to comment.