Add Fedora KDE ARM builds
This adds disk and ISO builds for AArch64 based on the configuration used for Fedora Workstation. Reference: https://fedoraproject.org/wiki/Changes/AArch64_KDE_Plasma_Desktop_image Signed-off-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
parent
0a2a083ac9
commit
b334f82fa3
17
fedora.conf
17
fedora.conf
@ -442,6 +442,20 @@ image_build = {
|
||||
'failable': ['*'],
|
||||
}
|
||||
},
|
||||
{
|
||||
'image-build': {
|
||||
'format': [('raw-xz','raw.xz')],
|
||||
'name': 'Fedora-KDE',
|
||||
'kickstart': 'fedora-disk-kde.ks',
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 11,
|
||||
'arches': ['armhfp', 'aarch64'],
|
||||
'repo': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'KDE',
|
||||
'failable': ['*'],
|
||||
}
|
||||
},
|
||||
{
|
||||
'image-build': {
|
||||
'format': [('raw-xz','raw.xz')],
|
||||
@ -508,7 +522,8 @@ live_media = {
|
||||
{
|
||||
'name': 'Fedora-KDE-Live',
|
||||
'kickstart': 'fedora-live-kde.ks',
|
||||
'arches': ['x86_64'],
|
||||
'arches': ['x86_64', 'aarch64'],
|
||||
'failable': ['aarch64'],
|
||||
'repo': 'Everything',
|
||||
'install_tree_from': 'Everything',
|
||||
'subvariant': 'KDE'
|
||||
|
Loading…
Reference in New Issue
Block a user