pungi-fedora/shared/extra_isos.conf

14 lines
438 B
Plaintext
Raw Normal View History

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