From 86cd09b12131862c8ac881ba61b8b64944adb601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Fri, 31 May 2024 15:03:07 +0200 Subject: [PATCH] Packit: build RPMs in COPR for c10s and c9s on all arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Newly add building of RPMs for c10s on all supported arches. Extend the c9s config to build RPMs for all supported arches. Signed-off-by: Tomáš Hozza --- .packit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 6fcc1c61..99d8c54b 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -27,7 +27,13 @@ jobs: trigger: pull_request targets: - centos-stream-9-aarch64 + - centos-stream-9-s390x + - centos-stream-9-pcc64le - centos-stream-9-x86_64 + - centos-stream-10-aarch64 + - centos-stream-10-s390x + - centos-stream-10-ppc64le + - centos-stream-10-x86_64 - epel-8-aarch64 - epel-8-x86_64 - epel-9-aarch64