#862 ELN: Enable i686 architecture.
Merged 3 years ago by jkaluza. Opened 3 years ago by jkaluza.
jkaluza/pungi-fedora eln-fork4  into  eln

file modified
+1 -1
@@ -38,7 +38,7 @@ 

  

  # limit tree architectures

  # if undefined, all architectures from variants.xml will be included

- tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64']

+ tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64', 'i686']

  

  # limit tree variants

  # if undefined, all variants from variants.xml will be included

Pull-Request has been merged by jkaluza

3 years ago