From 9319e2c3b9a743ebb7abcfd235ac3d8afd5cf8d1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 29 Apr 2024 18:49:18 -0700 Subject: [PATCH] Add variants for atomic composes in bodhi Signed-off-by: Kevin Fenzi --- .../backend/templates/variants.rpm.xml.j2 | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 index 37e6a5daa2..864fb2d960 100644 --- a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 +++ b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 @@ -6,12 +6,34 @@ x86_64 s390x ppc64le - [% if release.version_int == 36 %] - armhfp - [% endif %] [% if release.version_int != 7 %] aarch64 [% endif %] + + + aarch64 + x86_64 + ppc64le + + + + + aarch64 + x86_64 + ppc64le + + + + + aarch64 + x86_64 + + + + + x86_64 + +