Skip to content

Commit

Permalink
release: add darwin-arm64 to target binaries (#2173)
Browse files Browse the repository at this point in the history
All currently released Apple computers have arm architecture and it's
good to release something native for these computers.
  • Loading branch information
kcalvinalvin committed Apr 22, 2024
1 parent 569155b commit f93f850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/release.sh
Expand Up @@ -40,6 +40,7 @@ cd $MAINDIR
# for a subset of systems/architectures.
SYS=${BTCDBUILDSYS:-"
darwin-amd64
darwin-arm64
dragonfly-amd64
freebsd-386
freebsd-amd64
Expand Down

0 comments on commit f93f850

Please sign in to comment.