We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8ced6 commit 243633dCopy full SHA for 243633d
1 file changed
.github/workflows/build.yaml
@@ -22,6 +22,10 @@ jobs:
22
shortcut: c9s
23
container-name: el9stream
24
pip-command: pip3
25
+ - name: centos-stream-10
26
+ shortcut: c10s
27
+ container-name: el10stream
28
+ pip-command: pip3
29
30
name: ${{ matrix.name }}
31
0 commit comments