mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: add darwin-arm64 (Apple Silicon) as a release target
add darwin-arm64 (Apple Silicon) as a release target
This commit is contained in:
parent
58b7400d21
commit
92b19175a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue