| |
@@ -187,6 +187,17 @@
|
| |
'bundle_name_format': '%N-%v-%I.%A',
|
| |
'failable': ['*'],
|
| |
},
|
| |
+ {
|
| |
+ 'kiwi_profile': 'WSL-Base',
|
| |
+ 'arches': ['x86_64', 'aarch64'],
|
| |
+ 'repos': [
|
| |
+ 'https://kojipkgs.fedoraproject.org/compose/updates/f43-updates/compose/Everything/$arch/os/',
|
| |
+ 'https://kojipkgs.fedoraproject.org/compose/43/latest-Fedora-43/compose/Everything/$arch/os/'
|
| |
+ ],
|
| |
+ 'subvariant': 'WSL_Base',
|
| |
+ 'bundle_name_format': '%N-%v-%I.%A',
|
| |
+ 'failable': ['*'],
|
| |
+ },
|
| |
],
|
| |
}
|
| |
koji_profile = 'compose_koji'
|
| |
Build the WSL image for x86_64 and aarch64.
Change proposal: https://fedoraproject.org/wiki/Changes/FedoraWSL
Kiwi definition: https://pagure.io/fedora-kiwi-descriptions/blob/rawhide/f/teams/cloud/wsl.xml
Note: I pretty much copy/pasted the config and don't know what I'm doing here so...