From 5386e0022e10a2eb83ee28062033b19314d0489a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 24 Oct 2019 15:32:27 -0400 Subject: [PATCH] bodhi-pungi: enable aarch64 and ppc64le for silverblue updates --- 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 28b524a10d..640ddf058a 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -193,8 +193,8 @@ ostree = { "ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/silverblue", [% endif %] "tag_ref": False, - "arches": ["x86_64"], - "failable": ["x86_64"] + "arches": ["x86_64", "ppc64le", "aarch64" ], + "failable": ["x86_64", "ppc64le", "aarch64" ] }, ] }