Skip to content

Commit 9fd6c82

Browse files
committed
Add Centos 10 Stream
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent b896c8e commit 9fd6c82

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,8 @@ jobs:
954954
registry: registry.access.redhat.com
955955
- tag: ubi9/ubi:9.7
956956
registry: registry.access.redhat.com
957+
- tag: centos:stream10
958+
registry: quay.io
957959

958960
runs-on: ubuntu-latest
959961

@@ -989,6 +991,10 @@ jobs:
989991
dist_tag=$(rpm --eval '%{?dist}')
990992
echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
991993
994+
- name: Install epel for centos
995+
if: contains(matrix.target-container.tag, 'centos:stream10')
996+
run: dnf install -y epel
997+
992998
- name: Install build tooling
993999
run: >-
9941000
dnf install
@@ -1039,6 +1045,7 @@ jobs:
10391045
python3-pluggy
10401046
python3-py
10411047
python3-tomli
1048+
python3-cython
10421049
10431050
- name: Install static test dependencies missing from all UBIs
10441051
if: contains(matrix.target-container.tag, 'ubi')

0 commit comments

Comments
 (0)