From 2bd8b9b24fd6c47a482f46c68274f59d3f7298af Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 29 Oct 2021 13:11:12 -0400 Subject: [PATCH] bodhi-pungi: update conditional logic surround arches for ostree We've been building for 3 arches since F31. Remove the conditional logic now. --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 872322affe..e49949b7db 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -174,13 +174,8 @@ ostree = { "ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/silverblue", [% endif %] "tag_ref": False, - [% if release.version_int <= 30 %] - "arches": ["x86_64"], - "failable": ["x86_64"] - [% else %] - "arches": ["x86_64", "ppc64le", "aarch64" ], - "failable": ["x86_64", "ppc64le", "aarch64" ] - [% endif %] + "arches": ["x86_64", "ppc64le", "aarch64" ], + "failable": ["x86_64", "ppc64le", "aarch64" ] }, ] }