From 0164da7342a7233291476038d784a890b6f670b0 Mon Sep 17 00:00:00 2001 From: gursewak1997 Date: Thu, 12 Mar 2026 22:43:14 -0700 Subject: [PATCH] packit: Enable CentOS Stream builds Add CentOS Stream 9 and 10 targets for COPR builds to prepare for RHEL inclusion Signed-off-by: gursewak1997 --- .packit.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index fd505bb..e192ae3 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -32,13 +32,12 @@ jobs: - job: copr_build trigger: pull_request targets: - # Primary targets: supported Fedora (x86_64 and aarch64 only) + # Primary targets: supported Fedora and CentOS Stream (x86_64 and aarch64 only) # bcvk only supports x86_64 and aarch64 architectures - # CentOS Stream support can be added later - # - centos-stream-9-x86_64 - # - centos-stream-9-aarch64 - # - centos-stream-10-x86_64 - # - centos-stream-10-aarch64 + - centos-stream-9-x86_64 + - centos-stream-9-aarch64 + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 - fedora-43-x86_64 - fedora-43-aarch64 - fedora-rawhide-x86_64