Add AppImage to release bundles
Some checks failed
CI / python (push) Failing after 1m44s
Validate All / validate-all (push) Has been cancelled
Release / build (appimage, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / build (archlinux, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / build (deb, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Has been cancelled
Release / build (msi, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Release / build (rpm, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / frontend (push) Failing after 14m32s
CI / rust (push) Failing after 14m49s

This commit is contained in:
2026-05-07 01:35:42 -06:00
parent 124f215a0a
commit f1e6c010eb

View File

@ -20,6 +20,9 @@ jobs:
- platform: ubuntu-24.04
target: x86_64-unknown-linux-gnu
bundles: archlinux
- platform: ubuntu-24.04
target: x86_64-unknown-linux-gnu
bundles: appimage
- platform: windows-latest
target: x86_64-pc-windows-msvc
bundles: msi
@ -56,7 +59,8 @@ jobs:
patchelf \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev
libayatana-appindicator3-dev \
libfuse2
- name: Install RPM build tools
if: matrix.bundles == 'rpm'