Merge pull request #513 from sosedoff/apple-silicon-binary-build

Add darwin/arm64 binary build target
This commit is contained in:
Dan Sosedoff 2021-04-13 13:31:44 -05:00 committed by GitHub
commit cef4ab7eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'})