-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support ARM64 builds #13
Comments
I will check that when I have time, probably in 2 weeks earliest. pkg is used to build the binaries. Keep in mind that you may stay on node 16 or 18 for not breaking dependencies. |
Alternatively you should be able to run the project without building the binary from the source code anyway. |
I have to apologize, been busy way more then I thought. |
On which node version are you? Check by Make sure you are at least on node v16 because the Error log clearly complains about node compatible missmatch with the sqlite3 library. Alternatively look for node sqlite3 build error, you ain't the first one. Just curious, isn't the Released Linux Build working for you? |
In current case - no, because it is built towards different architecture (x64, I suppose). In order to run the app on Raspberry Pi 3 (arm64) I have to build it. |
Thank you for your tip again! I've wiped |
Yeah somehow I missed to put |
I have tried to compile for arm64, but I’m facing issues with the dependencies. I would appreciate it if you could add the binary to the release.
The text was updated successfully, but these errors were encountered: