fedora.conf: Disable i386 buildinstall creation.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8632fcba13
commit
68ce74f597
@ -95,6 +95,9 @@ buildinstall_skip = [
|
||||
('^Modular$', {
|
||||
'*': True
|
||||
}),
|
||||
('^Everything$', {
|
||||
'i386': True
|
||||
}),
|
||||
]
|
||||
|
||||
# Enables macboot on x86_64 for all variants and disables upgrade image building
|
||||
|
Loading…
Reference in New Issue
Block a user