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:
Calvin Kim 2024-04-23 04:30:25 +09:00 committed by GitHub
parent 569155bc6a
commit f93f8501e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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