| |
@@ -268,6 +268,19 @@
|
| |
{
|
| |
'image-build': {
|
| |
'format': [('raw-xz','raw.xz')],
|
| |
+ 'name': 'Fedora-Minimal',
|
| |
+ 'kickstart': 'fedora-disk-minimal.ks',
|
| |
+ 'distro': 'Fedora-30',
|
| |
+ 'disk_size': 6,
|
| |
+ 'arches': ['aarch64'],
|
| |
+ 'repo': 'Everything',
|
| |
+ 'install_tree_from': 'Everything',
|
| |
+ 'subvariant': 'Minimal',
|
| |
+ }
|
| |
+ },
|
| |
+ {
|
| |
+ 'image-build': {
|
| |
+ 'format': [('raw-xz','raw.xz')],
|
| |
'name': 'Fedora-KDE',
|
| |
'kickstart': 'fedora-disk-kde.ks',
|
| |
'distro': 'Fedora-30',
|
| |
@@ -1026,18 +1039,4 @@
|
| |
})
|
| |
]
|
| |
|
| |
- osbuild = {
|
| |
- '^Spins$': [
|
| |
- {
|
| |
- 'name': 'Fedora-Minimal',
|
| |
- 'distro': 'fedora-41',
|
| |
- 'image_types': ['minimal-raw'],
|
| |
- 'arches': ['aarch64'],
|
| |
- 'repo': ['Everything'],
|
| |
- 'manifest_type': 'raw-xz',
|
| |
- 'subvariant': 'Minimal',
|
| |
- }
|
| |
- ]
|
| |
- }
|
| |
-
|
| |
koji_profile = 'compose_koji'
|
| |
This reverts commit b84b4ee and
makes the same change in fedora-final.conf. osbuild builds are
currently consistently failing due to some kind of issue with
'Unable to start secure instance', and we need to get Fedora 41
Final composes done.