add armhfp in failable image

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>
This commit is contained in:
Vipul Siddharth 2020-04-28 12:54:22 +00:00 committed by siddharthvipul
parent 0aba979a3a
commit 2ca5c2bd99

View File

@ -232,7 +232,8 @@ image_build = {
'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 @@ image_build = {
'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",