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.
In theory, this might be as simple as adding an
arch: [x64, arm64]line toelectron-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 startworks perfectly.