mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
extra_isos = {
|
|
"BaseOS": [{
|
|
"include_variants": ["AppStream"],
|
|
"filename": "{release_short}-8.10-{arch}-{disc_type}{disc_num}{suffix}",
|
|
"skip_src": True,
|
|
"failable_arches": ['i386', 'i686']
|
|
}],
|
|
"Minimal": [{
|
|
"include_variants": ["BaseOS"],
|
|
"filename": "{release_short}-8.10-{arch}-minimal{suffix}",
|
|
"skip_src": True,
|
|
"failable_arches": ['i386', 'i686']
|
|
}]
|
|
}
|