diff --git a/.ci/Fedora34/Dockerfile b/.ci/Fedora34/Dockerfile
deleted file mode 100644
index ed2d6581..00000000
--- a/.ci/Fedora34/Dockerfile
+++ /dev/null
@@ -1,21 +0,0 @@
-FROM fedora:34
-
-RUN dnf install -y \
- @development-tools \
- ccache \
- cmake \
- desktop-file-utils \
- file \
- gcc-c++ \
- git \
- hicolor-icon-theme \
- libappstream-glib \
- mariadb-devel \
- protobuf-devel \
- qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
- rpm-build \
- sqlite-devel \
- wget \
- xz-devel \
- zlib-devel \
- && dnf clean all
diff --git a/.ci/UbuntuImpish/Dockerfile b/.ci/UbuntuImpish/Dockerfile
deleted file mode 100644
index 890dbec8..00000000
--- a/.ci/UbuntuImpish/Dockerfile
+++ /dev/null
@@ -1,24 +0,0 @@
-FROM ubuntu:impish
-
-RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
- build-essential \
- ccache \
- clang-format \
- cmake \
- file \
- g++ \
- git \
- liblzma-dev \
- libmariadb-dev-compat \
- libprotobuf-dev \
- libqt5multimedia5-plugins \
- libqt5sql5-mysql \
- libqt5svg5-dev \
- libqt5websockets5-dev \
- protobuf-compiler \
- qtmultimedia5-dev \
- qttools5-dev \
- qttools5-dev-tools \
- && apt-get clean \
- && rm -rf /var/lib/apt/lists/*
diff --git a/.ci/release_template.md b/.ci/release_template.md
index 962f9358..beb89fb8 100644
--- a/.ci/release_template.md
+++ b/.ci/release_template.md
@@ -16,11 +16,9 @@ include different targets -->
- macOS 11.0+ ("Big Sur")
- Ubuntu 18.04 ("Bionic Beaver")
- Ubuntu 20.04 ("Focal Fossa")
- - Ubuntu 21.10 ("Impish Indri")
- Ubuntu 22.04 ("Jammy Jellyfish")
- Debian 10 ("Buster")
- Debian 11 ("Bullseye")
- - Fedora 34
- Fedora 35
- Fedora 36
We are also packaged in Arch Linux's official community repository, courtesy of @FFY00
diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml
index d835ee9e..39b24030 100644
--- a/.github/workflows/desktop-build.yml
+++ b/.github/workflows/desktop-build.yml
@@ -91,10 +91,6 @@ jobs:
- distro: Debian11
package: DEB
- - distro: Fedora34
- package: RPM
- test: skip # gtest does not compile for some reason
-
- distro: Fedora35
package: RPM
test: skip
@@ -109,10 +105,6 @@ jobs:
package: DEB
test: skip # UbuntuFocal has a broken qt for debug builds
- - distro: UbuntuImpish
- package: DEB
- test: skip
-
- distro: UbuntuJammy
package: DEB