Do not skip buildinstall on other arches. We need it for container image.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-11-13 07:37:34 +01:00
parent 5fc4babed8
commit 9883997f19

View File

@ -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"]