From f52041ab67e54ad3b6c3cd1627630a8fc804a8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 14 Jul 2025 14:46:41 +0200 Subject: [PATCH] packit: enable RHEL 10 builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit COPR now supports them, so let's add them! 🚀 --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index a6af435..77b9fdd 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -60,6 +60,8 @@ jobs: - fedora-all - rhel-9-aarch64 - rhel-9-x86_64 + - rhel-10-aarch64 + - rhel-10-x86_64 - job: copr_build trigger: commit branch: main