Skip to content

Commit

Permalink
upstream CI: Enable creation of CentOS 10 Stream images
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 23, 2024
1 parent a0c6b67 commit 3c2d784
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/azure/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ stages:
job_name_suffix: C9S
distro: c9s

- stage: CentOS_10_Stream
dependsOn: []
jobs:
- template: templates/build_container.yml
parameters:
job_name_suffix: C10S
distro: c10s

- stage: Fedora_Latest
dependsOn: []
jobs:
Expand Down

0 comments on commit 3c2d784

Please sign in to comment.