From 68ce74f5972bf4e8d496cf5caa3f9c4f8dd5f094 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Jul 2019 09:33:27 -0700 Subject: [PATCH] fedora.conf: Disable i386 buildinstall creation. Signed-off-by: Kevin Fenzi --- fedora.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora.conf b/fedora.conf index 8d0c2a0..51ace8c 100644 --- a/fedora.conf +++ b/fedora.conf @@ -95,6 +95,9 @@ buildinstall_skip = [ ('^Modular$', { '*': True }), + ('^Everything$', { + 'i386': True + }), ] # Enables macboot on x86_64 for all variants and disables upgrade image building