From e83b2cce829cdbc524c78708dc29114b96c28bba Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 19 Apr 2024 08:32:23 -0400 Subject: [PATCH] [skip-ci] Packit: enable CentOS 10 Stream build jobs CentOS 10 Stream rpm builds are now active, so we should add jobs for those on PRs. These have to be centos-stream for now and not epel as epel will be created only after RHEL-10 is released AFAIK, while the centos-stream-10 targets are available in copr now. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index a5bebd3981..b7dc1a7028 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -49,6 +49,8 @@ jobs: - centos-stream+epel-next-8-aarch64 - epel-9-x86_64 - epel-9-aarch64 + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 additional_repos: - "copr://rhcontainerbot/podman-next"