From b334f82fa3fb3374f98073fc0943023e2a0cdf68 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 6 Dec 2020 20:41:01 -0500 Subject: [PATCH] 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 --- fedora.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 25a1c97..bc1e4da 100644 --- a/fedora.conf +++ b/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'