From 3c2d78460cc5db1850c5fb2f4c910cdc149ed8d5 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 23 Oct 2024 10:39:47 -0300 Subject: [PATCH] upstream CI: Enable creation of CentOS 10 Stream images --- infra/azure/build-containers.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/azure/build-containers.yml b/infra/azure/build-containers.yml index 3ee382b39a..6928ef191b 100644 --- a/infra/azure/build-containers.yml +++ b/infra/azure/build-containers.yml @@ -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: