pungi-fedora/shared/extra_isos.conf
Stephen Gallagher e1408e4530
Sync changes from CentOS Stream 9
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-04-19 11:37:04 -04:00

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']
}]
}