From: Daan De Meyer Date: Mon, 28 Feb 2022 10:12:04 +0000 (+0000) Subject: mkosi: Add CentOS Stream 9 X-Git-Tag: v251-rc1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da637c8fcad1baa530578982d41a6ecb1440f7c5;p=thirdparty%2Fsystemd.git mkosi: Add CentOS Stream 9 The blocker causing Stream 9 builds to fail was fixed (https://bugzilla.redhat.com/show_bug.cgi?id=2056276) so we can add CentOS Stream 9 builds as well now. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 54b5aac4ccd..4ca2767eff6 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -44,9 +44,8 @@ jobs: release: tumbleweed - distro: centos_epel release: 8-stream - # TODO: Enable once https://github.com/systemd/mkosi/pull/915#issuecomment-1049035316 is fixed. - # - distro: centos_epel - # release: 9-stream + - distro: centos_epel + release: 9-stream steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579