summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.php b/conf.php
index 3244587..88f89ab 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', 'aarch64');
+$mandatory_arches = array('i586', 'i686', 'x86_64', 'aarch64');