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:
Stephen Gallagher 2021-09-01 08:47:11 -04:00
parent ab38752e1a
commit a5ed3493cf
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -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': {