From e1786c9ddcd9e773362047a4bd2d0b6398740cfb Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> 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 d4b6b25..4b23810 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: -- GitLab