Skip to content

Commit 81113c3

Browse files
author
github-actions
committed
Merge branch 'main' into cras
2 parents efe235e + b993d2e commit 81113c3

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.circleci/config.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff 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: /.*/

0 commit comments

Comments
 (0)