From: Daan De Meyer Date: Tue, 21 Jan 2025 15:37:35 +0000 (+0100) Subject: ci: Add centos tools tree CI X-Git-Tag: v25~12^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6862f0592c282b8d1acd84d73b18f606dd7a455;p=thirdparty%2Fmkosi.git ci: Add centos tools tree CI --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a47d70b9a..ae870f732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,13 +121,21 @@ jobs: - ubuntu tools: - arch + - centos - debian - fedora - opensuse - ubuntu - # TODO: Add CentOS once they have systemd v254 or newer. exclude: - # pacman and archlinux-keyring are not packaged in openSUSE. + # pacman is not packaged in EPEL. + - distro: arch + tools: centos + # apt and debian-keyring are not packaged in EPEL. + - distro: debian + tools: centos + - distro: ubuntu + tools: centos + # pacman is not packaged in openSUSE. - distro: arch tools: opensuse # apt, debian-keyring and ubuntu-keyring are not packaged in openSUSE.