From dac611f0f129952e23d07565efae81a136eec9b5 Mon Sep 17 00:00:00 2001 From: SlightlyCircuitous <71394296+SlightlyCircuitous@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:09:49 -0400 Subject: [PATCH] Add Fedora 44 build and drop Fedora 42 build (#6836) * Add Fedora 44; Drop Fedora 42 * Delete .ci/Fedora42 directory * Create Dockerfile * Update release_template.md * Skip debug --- .ci/{Fedora42 => Fedora44}/Dockerfile | 2 +- .ci/release_template.md | 2 +- .github/workflows/desktop-build.yml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename .ci/{Fedora42 => Fedora44}/Dockerfile (95%) diff --git a/.ci/Fedora42/Dockerfile b/.ci/Fedora44/Dockerfile similarity index 95% rename from .ci/Fedora42/Dockerfile rename to .ci/Fedora44/Dockerfile index ee4a856f2..e6c8da7f3 100644 --- a/.ci/Fedora42/Dockerfile +++ b/.ci/Fedora44/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:42 +FROM fedora:44 RUN dnf install -y \ ccache \ diff --git a/.ci/release_template.md b/.ci/release_template.md index 1ce9f4bf7..b5fd6dbc3 100644 --- a/.ci/release_template.md +++ b/.ci/release_template.md @@ -23,8 +23,8 @@ Available pre-compiled binaries for installation: • Debian 13 TrixieDebian 12 BookwormDebian 11 Bullseye + • Fedora 44Fedora 43 - • Fedora 42 We are also packaged in Arch Linux's official extra repository, courtesy of @FFY00. General Linux support is available via a flatpak package at Flathub! diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 3c8e915a8..2e7a64aab 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -131,13 +131,14 @@ jobs: package: DEB - distro: Fedora - version: 42 + version: 43 package: RPM test: skip # Running tests on all distros is superfluous - distro: Fedora - version: 43 + version: 44 package: RPM + test: skip # This is failing to build, currently. To be fixed. - distro: Ubuntu version: 22.04