2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

Merge pull request #643 from lightninglabs/add-apple-silicon-build

build: add darwin-arm64 (Apple Silicon) as a release target
This commit is contained in:
Konstantin Nick 2023-09-29 10:44:03 +02:00 committed by GitHub
commit d11adc0803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ cd $MAINDIR
# If LOOPBUILDSYS is set the default list is ignored. Useful to release
# for a subset of systems/architectures.
SYS=${LOOPBUILDSYS:-"windows-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-amd64 freebsd-amd64 freebsd-arm"}
SYS=${LOOPBUILDSYS:-"windows-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7 linux-arm64 darwin-arm64 darwin-amd64 freebsd-amd64 freebsd-arm"}
# Use the first element of $GOPATH in the case where GOPATH is a list
# (something that is totally allowed).