From da637c8fcad1baa530578982d41a6ecb1440f7c5 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 28 Feb 2022 10:12:04 +0000 Subject: [PATCH] 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. --- .github/workflows/mkosi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.3