diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-06 00:14:59 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-06 00:14:59 +0300 |
commit | c13076ba81382098ff645ad24bf9f81241c5e7a1 (patch) | |
tree | 4b8ba57fe1e5eef28870e2d2826740e465266566 /conf.php | |
parent | d1989259a798ac52c322c8741fa113c8d87c3a0f (diff) | |
download | pkgsubmit-c13076ba81382098ff645ad24bf9f81241c5e7a1.tar pkgsubmit-c13076ba81382098ff645ad24bf9f81241c5e7a1.tar.gz pkgsubmit-c13076ba81382098ff645ad24bf9f81241c5e7a1.tar.bz2 pkgsubmit-c13076ba81382098ff645ad24bf9f81241c5e7a1.tar.xz pkgsubmit-c13076ba81382098ff645ad24bf9f81241c5e7a1.zip |
Add i686 to mandatory arches
Diffstat (limited to 'conf.php')
-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', 'aarch64'); +$mandatory_arches = array('i586', 'i686', 'x86_64', 'aarch64'); |