A binary for linux-arm64-gnu?
martincode515 opened this issue · 2 comments
Hey there, nice library. It works great, unfortunately doesn't work on my Raspberry Pi.
How hard is it for you to prepare a node binary for a different platform?
Oof, sorry for not getting back to you sooner. I have tried every platform and so far these are the only platforms that successfully builds out of the box in the CI/CD pipeline, and I have no time to figure out the intricacies of why some of them don't work since I have no use for them at the moment. I currently have an idea of how I could solve it (involves cargo-zigbuild).
I'm open to accepting any pull requests to fix this issue, but I probably should fix my builds failing first before I merge any of them.
Oof, sorry for not getting back to you sooner. I have tried every platform and so far these are the only platforms that successfully builds out of the box in the CI/CD pipeline, and I have no time to figure out the intricacies of why some of them don't work since I have no use for them at the moment. I currently have an idea of how I could solve it (involves cargo-zigbuild).
I'm open to accepting any pull requests to fix this issue, but I probably should fix my builds failing first before I merge any of them.
That's okay, use case was a side project which I'm no longer working on.