Skip to content

Commit 2dd3633

Browse files
committed
make: add darwin-arm64 to release build architectures
1 parent 234e47f commit 2dd3633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/release_flags.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ VERSION_TAG = $(shell git describe --tags)
22
VERSION_CHECK = @$(call print, "Building master with date version tag")
33

44
BUILD_SYSTEM = darwin-amd64 \
5+
darwin-arm64 \
56
linux-386 \
67
linux-amd64 \
78
linux-armv6 \

0 commit comments

Comments
 (0)