From c13076ba81382098ff645ad24bf9f81241c5e7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 6 Apr 2024 00:14:59 +0300 Subject: Add i686 to mandatory arches --- conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.1