Skip to content

Commit

Permalink
Merge pull request #3452 from dtrudg/stream-10-ci
Browse files Browse the repository at this point in the history
ci: Add centos stream 10 RPM builds
  • Loading branch information
dtrudg authored Jan 3, 2025
2 parents 5e18b28 + 69bfdaa commit b993d2e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ executors:
almalinux9:
docker:
- image: almalinux:9
centosstream10:
docker:
- image: quay.io/centos/centos:stream10
ubuntu2004:
docker:
- image: ubuntu:20.04
Expand Down Expand Up @@ -410,12 +413,12 @@ workflows:
- build-rpm:
matrix:
parameters:
e: ["almalinux8", "almalinux9"]
filters:
branches:
only:
- main
- /release-.*/
e: ["almalinux8", "almalinux9", "centosstream10"]
# filters:
# branches:
# only:
# - main
# - /release-.*/

- build-deb:
matrix:
Expand All @@ -432,7 +435,7 @@ workflows:
- build-rpm:
matrix:
parameters:
e: ["almalinux8", "almalinux9"]
e: ["almalinux8", "almalinux9", "centosstream10"]
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit b993d2e

Please sign in to comment.