Build container image on every earch except of i386.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
95de6fe491
commit
ca456053b7
@ -84,6 +84,7 @@ image_build = {
|
||||
'repo': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Container_Base',
|
||||
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64']
|
||||
'failable': ['*'],
|
||||
},
|
||||
'factory-parameters': {
|
||||
|
@ -12,6 +12,9 @@ lorax_options = [
|
||||
|
||||
buildinstall_skip = [
|
||||
EXTRA_BUILDINSTALL_SKIP,
|
||||
('^Everything$', {
|
||||
'i386': True,
|
||||
}),
|
||||
("^(AppStream|CRB|ResilientStorage|HighAvailability|SAP|SAPHANA|RT|NFV)$", {
|
||||
'*': True
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user