Skip to content

Commit

Permalink
Merge pull request #513 from sosedoff/apple-silicon-binary-build
Browse files Browse the repository at this point in the history
Add darwin/arm64 binary build target
  • Loading branch information
sosedoff authored Apr 13, 2021
2 parents ceece29 + b5abd75 commit cef4ab7
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
@@ -1,4 +1,4 @@
TARGETS = darwin/amd64 linux/amd64 linux/386 windows/amd64 windows/386
TARGETS = darwin/amd64 darwin/arm64 linux/amd64 linux/386 windows/amd64 windows/386
GIT_COMMIT = $(shell git rev-parse HEAD)
BUILD_TIME = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ" | tr -d '\n')
GO_VERSION = $(shell go version | awk {'print $$3'})
Expand Down

0 comments on commit cef4ab7

Please sign in to comment.