ELN: Actually enable i386 and also in variants.xml.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-07-08 15:08:00 +02:00
parent 66b99caf70
commit c25436be03
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,7 @@ sigkeys = ['9570FF31', 'D300E724']
# limit tree architectures
# if undefined, all architectures from variants.xml will be included
tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64', 'i686']
tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64', 'i386']
# limit tree variants
# if undefined, all variants from variants.xml will be included

View File

@ -8,6 +8,7 @@
<arch>ppc64le</arch>
<arch>s390x</arch>
<arch>x86_64</arch>
<arch>i386</arch>
</arches>
</variant>
<variant id="Modular" name="Modular" type="variant">
@ -17,6 +18,7 @@
<arch>ppc64le</arch>
<arch>s390x</arch>
<arch>x86_64</arch>
<arch>i386</arch>
</arches>
</variant>
</variants>