From 73554e042ec0c08fe440fa877dfcbf93efc8de96 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 17 Nov 2017 15:20:35 +0000 Subject: [PATCH] Make secondary arch atomic host trees failable Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 2c1e0e3e61..c74828cb6b 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -131,7 +131,10 @@ ostree = { [% if release.version_int >= 27 %] "ppc64le", "aarch64" [% endif %] - ] + ], + [% if release.version_int >= 27 %] + "failable": ["ppc64le", "aarch64"], + [% endif %] }, # Atomic Workstation [% if release.version_int >= 27 %]