Skip to content

Commit 5052d72

Browse files
authored
Merge pull request #507 from lightninglabs/mac-os-arm
make: add darwin-arm64 to release build architectures
2 parents 234e47f + 2dd3633 commit 5052d72

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)