summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-11-25 22:07:06 +0000
committerPascal Terjan <pterjan@mageia.org>2020-11-25 22:07:06 +0000
commit011a96f35dd7db3fbc802234a502e58a3e7d7580 (patch)
treecc0f43468bee5f2117ea058bfc707071110d87c8 /conf.php
parentd6db165589aed418eb6e1ce3c3dfe2b2c15ec128 (diff)
downloadpkgsubmit-011a96f35dd7db3fbc802234a502e58a3e7d7580.tar
pkgsubmit-011a96f35dd7db3fbc802234a502e58a3e7d7580.tar.gz
pkgsubmit-011a96f35dd7db3fbc802234a502e58a3e7d7580.tar.bz2
pkgsubmit-011a96f35dd7db3fbc802234a502e58a3e7d7580.tar.xz
pkgsubmit-011a96f35dd7db3fbc802234a502e58a3e7d7580.zip
aarch64 is a mandatory arch
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
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');