-
Notifications
You must be signed in to change notification settings - Fork 565
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
ARM v8 binaries #1986
Comments
Thanks for the question @Feakster - I don't anticipate us releasing any ARM binaries in the near future. If Electron and Electron has apparently started supporting Windows ARM64 binaries but I think even that is still in its early stages. We'll announce if it we do start though. Just out of curiosity, what is this for? A Raspberry Pi? |
A Pinebook Pro. |
Very good. I wouldn't hold my breath for this. We mostly focus on the app code and rely on Closing the issue for now. Thanks for using Simplenote and sharing! |
Thanks for getting back to me. Will use the website interface for now. |
Electron and electron-builder support both armv7l and arm64. I just compiled and ran simplenote-electron on a Pinebook Pro (arm64). No modificatons to the source was necessary except for adding arm64 to the electron-builder.js Would it be possiblee to see if a release can be made for these two platforms? Currently Pinebook Pro, Pinephone, Rock Pro, Raspberry Pi and Purism Librem 5 benefit from this and we all love our beloved note app. |
@rschouwenburg would you be willing to submit a patch to our build process? that would definitely help us get to Arm faster. |
Sure no problem. Or would you like a pull request? |
@rschouwenburg I meant a pull request, thanks! |
Here you go. Let me know if I did not do this correctly. Happy to beta test on production! |
I also wouldn't mind beta-testing this if an arm64 version becomes available. |
Thanks for creating the aarch64 and armv7h binaries. just tried the aarch64 one on Manjaro ARM. Works like a charm. |
@Feakster just a mental note: the binaries have been disabled in the beta release we're working on; for some reason they were breaking our builds and at the time I chose to stop making them so I could continue working on the refactor of the app. hopefully we'll be able to add them back in without much ado but it could be shaky again temporarily. |
Will you be releasing ARM v8 Linux binaries in the future?
The text was updated successfully, but these errors were encountered: