-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature]: support ARM64 Linux #137
Comments
There is no native executable for linux ARM64 (because it is not yet supported by kotlin multiplatform) but the JVM version of phoenixd should work (it does work on linux ARM64 servers). See also ACINQ/eclair#2676 (comment) for potential compatibility issues on some linux distros. |
I noticed that kotlin supports cross-building to Linux ARM64 https://youtrack.jetbrains.com/issue/KT-36871/Support-Aarch64-Linux-as-a-host-for-the-Kotlin-Native Would there be a way to build a native phoenixd on x86 and target arm64? |
Anyway i'm hosting a docker image for anyone who wants to run phoenixd on an ARM SBC: https://hub.docker.com/repository/docker/chrisguida/phoenixd |
That is correct, we noticed too and @sstone will be taking a stab at it. |
SWEET! That would be epic 🚀 |
I'd love to be able to run this on a $20 SBC!
The text was updated successfully, but these errors were encountered: