diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-02-28 11:12:04 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-03-07 15:30:49 +0100 |
commit | da637c8fcad1baa530578982d41a6ecb1440f7c5 (patch) | |
tree | fc03c5b0103b90b3d4ca27c6862e9ca807a14656 /.github | |
parent | docs: add more links for portabled (diff) | |
download | systemd-da637c8fcad1baa530578982d41a6ecb1440f7c5.tar.xz systemd-da637c8fcad1baa530578982d41a6ecb1440f7c5.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 54b5aac4cc..4ca2767eff 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 |