#662 Reverse bcd2d93 Reintroduce building of s390x images
Merged 5 years ago by mohanboddu. Opened 5 years ago by jcajka.
jcajka/pungi-fedora f28-s390x  into  f28

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

                      'kickstart': 'fedora-cloud-base.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 4,

-                     'arches': ['aarch64', 'ppc64', 'ppc64le', 'x86_64'],

+                     'arches': ['aarch64', 'ppc64', 'ppc64le', 's390x', 'x86_64'],

                      'repo': [

                          'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

                          'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/' 

file modified
+2 -2
@@ -224,7 +224,7 @@ 

                      'kickstart': 'fedora-docker-base.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 5,

-                     'arches': ['armhfp', 'aarch64', 'ppc64le', 'x86_64'],

+                     'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',

                      'repo': [

                          'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'
@@ -246,7 +246,7 @@ 

                      'kickstart': 'fedora-docker-base-minimal.ks',

                      'distro': 'Fedora-22',

                      'disk_size': 5,

-                     'arches': ['armhfp', 'aarch64', 'ppc64le', 'x86_64'],

+                     'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],

                      'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/28/latest-Fedora-28/compose/Everything/$arch/os/',

                      'repo': [

                          'https://kojipkgs.fedoraproject.org/compose/updates/f28-updates/compose/Everything/$arch/os/'

Reintroduce s390x images following discussion at https://pagure.io/releng/issue/7861

did you need it for both cloud and container?

+1

Pull-Request has been merged by mohanboddu

5 years ago