- reverted

This commit is contained in:
soksanichenko 2023-03-13 15:25:55 +02:00
parent 60164d8b09
commit 4441b25670
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}'