From cfaaf3ac9d460a52f343078632e42a66eecff20a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 19 Apr 2018 21:45:03 -0400 Subject: [PATCH] bodhi-pungi: Add AtomicHost variant Otherwise we get messages like this when trying to create Atomic Host artifacts: ``` [WARNING ] [OSTREE_INSTALLER] Patterns in config do not match any variant: ^AtomicHost$ ``` --- roles/bodhi2/backend/templates/variants.rpm.xml.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 index 4b66250868..d36d31437d 100644 --- a/roles/bodhi2/backend/templates/variants.rpm.xml.j2 +++ b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 @@ -22,4 +22,11 @@ [% endif %] + + + aarch64 + x86_64 + ppc64le + +