From 60164d8b09f6a08d09ebbf925dcc40980f568623 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 13 Mar 2023 15:24:24 +0200 Subject: [PATCH] - tree_arches includes i686 --- pungi-build.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 3c3f827..d59367f 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -38,11 +38,7 @@ variants_file = { } hashed_directories = False -{% if arch == 'x86_64' %} tree_arches = ['{{ arch }}', 'i686'] -{% else %} -tree_arches = ['{{ arch }}'] -{% endif %} symlink_isos_to = 'isos/{{ arch }}'