Conversation
|
Hi @salmanmkc, thanks for your contribution. Unfortunately it seems that GitHub indeed doesn't offer arm64 Windows runners (actions/runner-images#768) at this moment. I don't think Grist Labs plans to connect a self-hosted runner, so we likely couldn't merge this PR as of now. Leaving it to @paulfitz for a decision. Plus, SQLite3 compatibility is something you must explicitly address. The SQLite3 Node.js binding is architecture-specific. During grist-desktop/.github/workflows/package.yml Lines 87 to 97 in a1a1694 For some reasons if Furthermore, you will need to resolve the merge conflict caused by #45. |
|
There's arm64 support now https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview |
...and update sqlite3 binding handling for x86 target.
Not sure if this is all that is needed, looks like there's some binding for SQLLite3?
Also would need self-hosted arm agents I think, I don't think GitHub has it yet