diff --git a/infra/azure/build-containers.yml b/infra/azure/build-containers.yml
index d4b6b25abd4f7b1b68dbd972cc3d319c79ef3ff0..4b2381024e3124b0f059351d39ae531d54533ffb 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: