build: add darwin-arm64 (Apple Silicon) as a release target

This commit is contained in:
dstadulis 2023-03-07 12:13:39 +00:00 committed by GitHub
parent 09c5c1074a
commit abe6e4ea1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ VERSION_TAG = $(shell date +%Y%m%d)-01
VERSION_CHECK = @$(call print, "Building master with date version tag")
BUILD_SYSTEM = darwin-amd64 \
darwin-arm64 \
dragonfly-amd64 \
freebsd-386 \
freebsd-amd64 \