mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
release: add darwin-arm64 to target binaries (#2173)
All currently released Apple computers have arm architecture and it's good to release something native for these computers.
This commit is contained in:
parent
569155bc6a
commit
f93f8501e3
@ -40,6 +40,7 @@ cd $MAINDIR
|
|||||||
# for a subset of systems/architectures.
|
# for a subset of systems/architectures.
|
||||||
SYS=${BTCDBUILDSYS:-"
|
SYS=${BTCDBUILDSYS:-"
|
||||||
darwin-amd64
|
darwin-amd64
|
||||||
|
darwin-arm64
|
||||||
dragonfly-amd64
|
dragonfly-amd64
|
||||||
freebsd-386
|
freebsd-386
|
||||||
freebsd-amd64
|
freebsd-amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user