From ec6256a3061ac3643aaccefc1de4223afc53c072 Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Tue, 29 Aug 2023 21:00:28 +0300 Subject: [PATCH] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43889e..bb7ae48 100644 --- a/README.md +++ b/README.md @@ -256,15 +256,16 @@ These are the operating systems where my Continues Integration (Jenkins) servers - Debian Testing - Debian Bookworm - - Debian Bullseye (Stable) + - Debian Bullseye - Debian Buster - Windows 10 / Microsoft Visual Studio 2019, Community version using vcpkg for dependencies - Ubuntu Xenial (LTS) + - Ubuntu Jammy (LTS) Support for MacOS has been removed after Apples announcement that their love for privacy was just a marketing gimmick. -Fedora is currently disabled in my CI because of failures to start their Docker containers. (Work in progress). Ubuntu Jammy don't work in docker with my Jenkins CI pipeline, so I have no reliable way to test it. Windows 11 cannot be run on my KVM /QEMU system, because it don't support "secure" boot, so I have no way to test it. +Fedora is currently disabled in my CI because of failures to start their Docker containers. (Work in progress). The Jenkins setup is [here](ci/jenkins).