Release Desktop / build (--linux --arm64, ubuntu-24.04-arm) (push) Waiting to run
Release Desktop / build (--linux --x64, ubuntu-latest) (push) Waiting to run
Release Desktop / build (--mac --arm64 --x64, macos-latest) (push) Waiting to run
Release Desktop / build (--win --x64 --arm64, windows-2022) (push) Waiting to run
CI run 2: mac/win/linux-x64 green, but linux-arm64 failed packaging .deb — electron-builder's bundled fpm is x86_64-only and can't execute on the arm64 runner (Exec format error). The arm64 AppImage built fine; only fpm/.deb broke. Install fpm natively on the Linux runners and set USE_SYSTEM_FPM=true so both arches package .deb with a host-native fpm. Preserves arm64 .deb (the reason the arm64 runner was added — Raspberry Pi users).