diff options
-rw-r--r-- | conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); |