From df81da29c0aa57c1ce59999cd01ad3399b0867ca Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 19 Nov 2023 09:43:09 -0500 Subject: [PATCH] Also build c9s Fedora ELN has a few bugs (e.g. the kernel dropped iptables support which breaks podman), we will also target c9s. --- .github/workflows/ci.yml | 4 +++- .github/workflows/publish-image.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea5d2c2..66c12c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,13 @@ jobs: strategy: matrix: - os: [fedora] + os: [fedora, centos] tier: [tier-1] include: - os: fedora version: eln + - os: centos + version: stream9 steps: - name: Checkout repository diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 08a0997..c9a5865 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -24,11 +24,13 @@ jobs: strategy: matrix: - os: [fedora] + os: [fedora, centos] tier: [tier-1] include: - os: fedora version: eln + - os: centos + version: stream9 steps: - name: Checkout repository