ci: drop Ubuntu 20.04 support (#6630)

This commit is contained in:
pajlada
2025-12-07 13:58:04 +01:00
committed by GitHub
parent 574398639a
commit ab8e0751b1
4 changed files with 2 additions and 25 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ For all dependencies below we use Qt 6. Our minimum supported version is Qt 5.15
Building on Ubuntu requires Docker.
Use <https://github.com/Chatterino/docker/pkgs/container/chatterino2-build-ubuntu-20.04> as your base if you're on Ubuntu 20.04.
Use <https://github.com/Chatterino/docker/pkgs/container/chatterino2-build-ubuntu-22.04> if you're on Ubuntu 22.04.
Use <https://github.com/Chatterino/docker/pkgs/container/chatterino2-build-ubuntu-24.04> if you're on Ubuntu 24.04.
The built binary should be exportable from the final image & able to run on your system assuming you perform a static build. See our [build.yml GitHub workflow file](.github/workflows/build.yml) for the CMake line used for Ubuntu builds.
### Debian 13 (trixie) or later