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:
parent
5fc4babed8
commit
9883997f19
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user