From b4905da15c8cb7d838ed16a98df26f26572d9edd Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Mon, 6 Mar 2023 18:21:24 +0000 Subject: [PATCH] Update 'pungi-build.conf.j2' --- pungi-build.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index bbff98c..d0cd16f 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -35,7 +35,11 @@ variants_file = { } hashed_directories = False +{% if arch == 'x86_64' %} +tree_arches = ['{{ arch }}', 'i686'] +{% else %} tree_arches = ['{{ arch }}'] +{% endif %} symlink_isos_to = 'isos/{{ arch }}'