From 011a96f35dd7db3fbc802234a502e58a3e7d7580 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 25 Nov 2020 22:07:06 +0000 Subject: aarch64 is a mandatory arch --- conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.php b/conf.php index ec8f092..d3c624c 100644 --- a/conf.php +++ b/conf.php @@ -48,4 +48,4 @@ $theme_name = 'mageia'; /** themes directory */ $themes_dir = $g_webapp_dir . '/themes/'; -$mandatory_arches = array('i586', 'x86_64'); +$mandatory_arches = array('i586', 'x86_64', 'aarch64'); -- cgit v1.2.1