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:
parent
0aba979a3a
commit
2ca5c2bd99
@ -132,8 +132,8 @@ multilib_whitelist = {
|
|||||||
'fakeroot-libs', 'postgresql-odbc', 'mysql-connector-odbc',
|
'fakeroot-libs', 'postgresql-odbc', 'mysql-connector-odbc',
|
||||||
'fakechroot-libs','mesa-vdpau-drivers', 'p11-kit-trust',
|
'fakechroot-libs','mesa-vdpau-drivers', 'p11-kit-trust',
|
||||||
'mariadb-connector-odbc', 'compiler-rt',
|
'mariadb-connector-odbc', 'compiler-rt',
|
||||||
'nvidia-query-resource-opengl-lib',
|
'nvidia-query-resource-opengl-lib',
|
||||||
'ibus-libs', 'ibus-gtk2', 'ibus-gtk3',
|
'ibus-libs', 'ibus-gtk2', 'ibus-gtk3',
|
||||||
'glib-networking'
|
'glib-networking'
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@ -232,7 +232,8 @@ image_build = {
|
|||||||
'https://kojipkgs.fedoraproject.org/compose/updates/f32-updates/compose/Everything/$arch/os/'
|
'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/'
|
'https://kojipkgs.fedoraproject.org/compose/32/latest-Fedora-32/compose/Everything/$arch/os/'
|
||||||
],
|
],
|
||||||
'subvariant': 'Container_Base'
|
'subvariant': 'Container_Base',
|
||||||
|
'failable': ['armhfp']
|
||||||
},
|
},
|
||||||
'factory-parameters': {
|
'factory-parameters': {
|
||||||
'dockerversion': "1.10.1",
|
'dockerversion': "1.10.1",
|
||||||
@ -255,6 +256,7 @@ image_build = {
|
|||||||
'https://kojipkgs.fedoraproject.org/compose/32/latest-Fedora-32/compose/Everything/$arch/os/'
|
'https://kojipkgs.fedoraproject.org/compose/32/latest-Fedora-32/compose/Everything/$arch/os/'
|
||||||
],
|
],
|
||||||
'subvariant': 'Container_Minimal_Base',
|
'subvariant': 'Container_Minimal_Base',
|
||||||
|
'failable': ['armhfp']
|
||||||
},
|
},
|
||||||
'factory-parameters': {
|
'factory-parameters': {
|
||||||
'dockerversion': "1.10.1",
|
'dockerversion': "1.10.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user