#836 add armhfp in failable image
Merged 3 years ago by mohanboddu. Opened 3 years ago by siddharthvipul1.
siddharthvipul1/pungi-fedora f32  into  f32

file modified
+5 -3
@@ -132,8 +132,8 @@ 

          'fakeroot-libs', 'postgresql-odbc', 'mysql-connector-odbc',

          'fakechroot-libs','mesa-vdpau-drivers', 'p11-kit-trust',

          'mariadb-connector-odbc', 'compiler-rt',

-         'nvidia-query-resource-opengl-lib',	

-         'ibus-libs', 'ibus-gtk2', 'ibus-gtk3',	

+         'nvidia-query-resource-opengl-lib',

+         'ibus-libs', 'ibus-gtk2', 'ibus-gtk3',

          'glib-networking'

      ],

  }
@@ -232,7 +232,8 @@ 

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

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

                      ],

-                     'subvariant': 'Container_Base'

+                     'subvariant': 'Container_Base',

+                     'failable': ['armhfp']

                      },

              'factory-parameters': {

                  'dockerversion': "1.10.1",
@@ -255,6 +256,7 @@ 

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

                      ],

                      'subvariant': 'Container_Minimal_Base',

+                     'failable': ['armhfp']

                      },

              'factory-parameters': {

                  'dockerversion': "1.10.1",

Armhfp image is failing and to be able to push other arches, marking this failable so that we can push others.

Signed-off-by: siddharthvipul siddharthvipul1@gmail.com

Pull-Request has been merged by mohanboddu

3 years ago
Metadata