From 7dae2f7e956848a0039c574504200586f6720c4d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Jul 2024 09:28:30 -0400 Subject: [PATCH] packit: Adjust arch targets; build on s390x - Add s390x because it's a target too - Drop other arches for non-primary targets just because the chance they break is basically nil Signed-off-by: Colin Walters --- .packit.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 1794a5d8..c3918469 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -38,15 +38,21 @@ jobs: - job: copr_build trigger: pull_request targets: + # Primary targets are c9s and fedora:40 right now, which build + # for all architectures - centos-stream-9-x86_64 - centos-stream-9-aarch64 - centos-stream-9-ppc64le + - centos-stream-9-s390x - fedora-40-x86_64 - fedora-40-aarch64 - fedora-40-ppc64le + - fedora-40-s390x + # Sanity check on secondary targets, fewer architectures just + # because the chance that we break e.g. ppc64le *just* on + # rawhide is basically nil. - fedora-rawhide-x86_64 - fedora-rawhide-aarch64 - - fedora-rawhide-ppc64le - rhel-9-x86_64 - rhel-9-aarch64