Build container image on every earch except of i386.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-11-16 09:07:54 +01:00
parent 95de6fe491
commit ca456053b7
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,7 @@ image_build = {
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Container_Base',
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64']
'failable': ['*'],
},
'factory-parameters': {

View File

@ -12,6 +12,9 @@ lorax_options = [
buildinstall_skip = [
EXTRA_BUILDINSTALL_SKIP,
('^Everything$', {
'i386': True,
}),
("^(AppStream|CRB|ResilientStorage|HighAvailability|SAP|SAPHANA|RT|NFV)$", {
'*': True
}),