-
Notifications
You must be signed in to change notification settings - Fork 44
ARM64 support on Linux #115
Comments
Hey there, thanks for your message! |
Nice :) |
@nop33 Hey Ilias, could you look into this while I'm testing the address derivation & UX? |
Hey @mvaivre, I am working on implementing tests for the settings utility functions of the wallet project, as we discussed in the PR. I don't have a VMWare installed, but I can install one. I can do that after I implement the tests. |
Hello @blackmennewstyle! I've added a new npm script that you can use to build the app for ARM64 from source (I updated the README with instructions). Unfortunately, I couldn't get GitHub's CI to work with ARM64 just yet. The process to build for ARM64 from source is very simple:
Keep in mind that the |
Hello :) Thank you for your response. I'm not really an expert with npm but if i understand correctly, i need to download the sources from a release, for example: https://github.com/alephium/alephium-wallet/archive/refs/tags/v1.1.0.tar.gz . And i should replace the |
That would probably work, but there might have been other changes in the
I hope this helps! |
Definitely helped :)
However, i seem to have an issue with the .deb file build procedure. |
Hm, I didn't face this issue on my arm64 MacBook. Maybe this helps? jordansissel/fpm#1801 (comment) (or this electron-userland/electron-builder#5154 (comment)) |
Oh i actually remember using that command with
Definitely made the trick. Successfully built and installed :)
|
Hello talented devs :)
Can we hope for some arm64 support in the future? I'm planning to install the wallet on a Raspberry Pi 4 8GB running GNU/Linux Debian 11 - kernel 5.10.0-9-arm64, is it possible at the current stage of the project? If not, will it be possible in the future? :$
The text was updated successfully, but these errors were encountered: