From 07cae83d316600094ff12b7a4a0a5a037f547b7a Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Apr 26 2021 21:07:57 +0000 Subject: Add KDE Plasma's new aarch64 deliverables https://fedoraproject.org/wiki/Changes/AArch64_KDE_Plasma_Desktop_image Signed-off-by: Ben Cotton --- diff --git a/alt.fedoraproject.org/data/content/alt/index.html b/alt.fedoraproject.org/data/content/alt/index.html index 6112f9f..9435aee 100644 --- a/alt.fedoraproject.org/data/content/alt/index.html +++ b/alt.fedoraproject.org/data/content/alt/index.html @@ -76,6 +76,34 @@
+ +
+
+

${_('Fedora KDE Plasma')}

+
+
+

${Markup(_('%sGB Live ISO')) % global_variables.iso_size['aarch64_KDE_live']}

+
+ +
+
+
+ +
+
+

${_('Fedora KDE Plasma')}

+
+
+

${Markup(_('%sGB raw image')) % global_variables.iso_size['aarch64_KDE_raw']}

+
+ +
+
+
diff --git a/build.d/globalvar.py b/build.d/globalvar.py index 2bfee50..3827f21 100644 --- a/build.d/globalvar.py +++ b/build.d/globalvar.py @@ -127,6 +127,8 @@ iso_size={ 'aarch64_raw': '190', # In MB 'aarch64_Container': '43', # In MB 'aarch64_WS': '2.8', # In GB + 'aarch64_KDE_live': '1.9', # In GB + 'aarch64_KDE_raw': '4.0', # In GB 'aarch64_min': '412', # In MB 'ppc64_Server_DVD': '3.0', # In GB 'ppc64_Server_net': '597', # In MB