nervosnetwork / ckb-cli

CKB command line interface
MIT License
55 stars 35 forks source link

Releases do not contain Apple Silicon binary of ckb-cli #539

Closed serejke closed 1 year ago

serejke commented 1 year ago

Could you also build and release M1/M2 ckb-cli?

quake commented 1 year ago

the x86 binary can run with rosetta

zhangsoledad commented 1 year ago

The binary for the arm architecture is not available at the moment, but you can currently run x86_64-apple-darwin via rosetta instead.

softwareupdate --install-rosetta --agree-to-license
arch -x86_64 ./ckb-cli
zhangsoledad commented 1 year ago

Apple Silicon binary is now available