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