File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ executors:
2727 almalinux9 :
2828 docker :
2929 - image : almalinux:9
30+ centosstream10 :
31+ docker :
32+ - image : quay.io/centos/centos:stream10
3033 ubuntu2004 :
3134 docker :
3235 - image : ubuntu:20.04
@@ -410,12 +413,12 @@ workflows:
410413 - build-rpm :
411414 matrix :
412415 parameters :
413- e : ["almalinux8", "almalinux9"]
414- filters :
415- branches :
416- only :
417- - main
418- - /release-.*/
416+ e : ["almalinux8", "almalinux9", "centosstream10" ]
417+ # filters:
418+ # branches:
419+ # only:
420+ # - main
421+ # - /release-.*/
419422
420423 - build-deb :
421424 matrix :
@@ -432,7 +435,7 @@ workflows:
432435 - build-rpm :
433436 matrix :
434437 parameters :
435- e : ["almalinux8", "almalinux9"]
438+ e : ["almalinux8", "almalinux9", "centosstream10" ]
436439 filters :
437440 branches :
438441 ignore : /.*/
You can’t perform that action at this time.
0 commit comments