Skip to content

Commit d11adc0

Browse files
authored
Merge pull request #643 from lightninglabs/add-apple-silicon-build
build: add darwin-arm64 (Apple Silicon) as a release target
2 parents 58b7400 + 92b1917 commit d11adc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cd $MAINDIR
7373

7474
# If LOOPBUILDSYS is set the default list is ignored. Useful to release
7575
# for a subset of systems/architectures.
76-
SYS=${LOOPBUILDSYS:-"windows-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-amd64 freebsd-amd64 freebsd-arm"}
76+
SYS=${LOOPBUILDSYS:-"windows-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-arm64 darwin-amd64 freebsd-amd64 freebsd-arm"}
7777

7878
# Use the first element of $GOPATH in the case where GOPATH is a list
7979
# (something that is totally allowed).

0 commit comments

Comments
 (0)