From 9883997f196608cf959b4e800da1a05c5cca3a03 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 13 Nov 2020 07:37:34 +0100 Subject: [PATCH] Do not skip buildinstall on other arches. We need it for container image. Signed-off-by: Jan Kaluza --- fedora/variables.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fedora/variables.conf b/fedora/variables.conf index e07e0af..27bda0b 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -38,11 +38,4 @@ RUNROOT_TAG = "eln-build" PKGSET_KOJI_TAG = "eln" PKGSET_KOJI_MODULE_TAG = "eln-modular" -EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', { - 'i386': True, - 'aarch64': True, - 'ppc64le': True, - 's390x': True -}) - EXTRA_ISOS_ARCHES = ["x86_64"]