e1408e4530
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
14 lines
438 B
Plaintext
14 lines
438 B
Plaintext
iso_hfs_ppc64le_compatible = False
|
|
|
|
extra_isos = {
|
|
"BaseOS": [{
|
|
"include_variants": ["AppStream"],
|
|
"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
|
|
"skip_src": False,
|
|
"extra_files": EXTRA_FILES,
|
|
"arches": EXTRA_ISOS_ARCHES,
|
|
# Make extra_isos failable until we have working installer.
|
|
"failable_arches": ['aarch64', 'ppc64le', 's390x', 'x86_64', 'i386']
|
|
}]
|
|
}
|