From ba1728cdc2e710762fd2194499af00a4898bac58 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jan 26 2022 16:19:25 +0000 Subject: Re-enable s390x installer builds Signed-off-by: Stephen Gallagher --- diff --git a/fedora/variables.conf b/fedora/variables.conf index 3e7b42c..9bb6de5 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -42,5 +42,4 @@ EXTRA_ISOS_ARCHES = ["x86_64"] EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', { 'i386': True, - 's390x': True, # Skip s390x until https://pagure.io/releng/issue/9875 is fixed. })