From f7bc9330b381a3f7c963a3fcb6ac0a506916f79a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Dec 01 2020 06:39:45 +0000 Subject: Skip s390x until https://pagure.io/releng/issue/9875 is fixed. Signed-off-by: Jan Kaluza --- diff --git a/fedora/override.conf b/fedora/override.conf index 8bcf0df..ed81d58 100644 --- a/fedora/override.conf +++ b/fedora/override.conf @@ -84,7 +84,7 @@ image_build = { 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Container_Base', - 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'] + 'arches': ['aarch64', 'ppc64le', 'x86_64'] # Skip s390x until https://pagure.io/releng/issue/9875 is fixed. 'failable': ['*'], }, 'factory-parameters': { diff --git a/fedora/variables.conf b/fedora/variables.conf index f64219f..92f9365 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -42,4 +42,5 @@ EXTRA_ISOS_ARCHES = ["x86_64"] EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', { 'i386': True, + 's390x': True, # Skip s390x until https://pagure.io/releng/issue/9875 is fixed. })