From 378a8592886fe07dc2535efa43e75b7ae3851d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 12 Dec 2023 10:20:43 +0100 Subject: [PATCH] bodhi2/pungi.rpm.conf.j2: Enable aarch64 for Fedora Sericea See: https://gitlab.com/fedora/ostree/sig/-/issues/13 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index dd97a04ba8..b2ac50c000 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -229,8 +229,8 @@ ostree = { "ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/sericea", [% endif %] "tag_ref": False, - "arches": ["x86_64"], - "failable": ["x86_64"] + "arches": ["x86_64", "aarch64"], + "failable": ["x86_64", "aarch64"] }, [% endif %] # Fedora Onyx