• v1.0.0 ef020601eb

    ci(release): build arm64 .deb with host-native fpm (USE_SYSTEM_FPM)
    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

    devsyncwrld released this 2026-07-03 08:54:56 -03:00 | 72 commits to main since this release

    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).

    Downloads