vacuumlabs / cardano-hw-cli

Cardano CLI tool for hardware wallets
68 stars 22 forks source link

add arm64 build #154

Closed janmazak closed 1 year ago

janmazak commented 1 year ago

Resolves #147.

janmazak commented 1 year ago

Needs to be added to build-all.sh, too.

davidmisiak commented 1 year ago

I played with this a few months ago, before we migrated to pkg. By then, cross-building didn't seem to work, but I tried to run this now and it does work. I also have a raspberry pi (arm64) at home and the binary is functional, though I didn't manage to connect a Ledger device (hw-cli doesn't see any connected device).

Anyway, I suggest creating a separate script file for the arm64 .tar.gz target - it makes more sense; it's easier to exclude if one wants; and also the arm64 shouldn't be packed in cardano-hw-cli-1.12.0_linux-x64.tar.gz.

davidmisiak commented 1 year ago

We might ask some of the users that requested the arm64 build to test it with their setup.