Re-enable s390x image builds
Fixes: https://github.com/fedora-eln/eln/issues/16 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
ab38752e1a
commit
a5ed3493cf
@ -82,7 +82,7 @@ image_build = {
|
||||
'repo': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'Container_Base',
|
||||
'arches': ['aarch64', 'ppc64le', 'x86_64'] # Skip s390x until https://pagure.io/releng/issue/9875 is fixed.
|
||||
'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
|
||||
'failable': ['*'],
|
||||
},
|
||||
'factory-parameters': {
|
||||
|
Loading…
Reference in New Issue
Block a user