From 189fe9d92c563847c6c704b49890381846106efc Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: May 15 2020 13:55:29 +0000 Subject: Enable buildinstall temporarily for x86_64 as a test. Signed-off-by: Jan Kaluza --- diff --git a/eln.conf b/eln.conf index 84867f0..9f0b807 100644 --- a/eln.conf +++ b/eln.conf @@ -7,7 +7,7 @@ release_version = 'Rawhide' # For now we only build RPM repositories. skip_phases = [ "createiso", - "buildinstall", +# "buildinstall", "live_media", "live_images", "ostree", @@ -108,7 +108,11 @@ iso_hfs_ppc64le_compatible = False buildinstall_method = 'lorax' buildinstall_skip = [ ('^Everything$', { - 'i386': True + 'i386': True, + 'aarch64': True, + 'armhfp': True, + 'ppc64le': True, + 's390x': True }), ]