Skip to content

Commit 243633d

Browse files
committed
ci: build for CentOS Stream 10
Add build for CentOS Stream 10 Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
1 parent 1b8ced6 commit 243633d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
shortcut: c9s
2323
container-name: el9stream
2424
pip-command: pip3
25+
- name: centos-stream-10
26+
shortcut: c10s
27+
container-name: el10stream
28+
pip-command: pip3
2529

2630
name: ${{ matrix.name }}
2731

0 commit comments

Comments
 (0)