Skip to content
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

Linux arm64 builds/packages #227

Open
DavidBuchanan314 opened this issue Jan 22, 2024 · 1 comment
Open

Linux arm64 builds/packages #227

DavidBuchanan314 opened this issue Jan 22, 2024 · 1 comment

Comments

@DavidBuchanan314
Copy link

In theory, this might be as simple as adding an arch: [x64, arm64] line to electron-builder.yml.

But nothing is ever so simple...

It works, but the appimage it produces contains ELFs with 4k-aligned load segments, which do not work on my system (asahi fedora). This is presumably an upstream issue with electron-builder, which I'll try to investigate.

I haven't tried building a snap yet, because I keep my systems snap-free where possible.

In the meantime npm start works perfectly.

@dayne
Copy link

dayne commented Mar 20, 2024

Might revisit this problem with the latest dependabot PR #231 that brings in a build fix for arm64:

electron-userland/electron-builder#8086

Not sure if that actually fixes the issue you were seeing but figured I'd bring it to your attention to evaluate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants