From 82426caf8a8b8f66b3cc744fa1783c71c544c0ce Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 12 Mar 2025 14:39:29 +0100 Subject: [PATCH] packit: fix missing fedora arches Silly mistake on my end, of course we want to build on both arches. Fixes: 9eb4d27c5c ("packit: only build F41+") Signed-off-by: Paul Holzinger --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 8f3b37c7e9..9f1b99db5f 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -33,6 +33,8 @@ jobs: enable_net: true targets: - fedora-latest-stable-x86_64 + - fedora-latest-stable-aarch64 + - fedora-development-x86_64 - fedora-development-aarch64 - job: copr_build