diff options
author | Jani Välimaa <wally@mageia.org> | 2018-09-10 19:53:24 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2018-09-10 19:53:24 +0300 |
commit | 345f66ffa67a3ae8eb9cd942c7676fa765b226d3 (patch) | |
tree | e647cae364e7896ab699e8246d1baebaa2b6ed64 /mirrorlist | |
parent | 5203923bb8b8c8923a08050c1e25ee61e51c6c64 (diff) | |
download | www-345f66ffa67a3ae8eb9cd942c7676fa765b226d3.tar www-345f66ffa67a3ae8eb9cd942c7676fa765b226d3.tar.gz www-345f66ffa67a3ae8eb9cd942c7676fa765b226d3.tar.bz2 www-345f66ffa67a3ae8eb9cd942c7676fa765b226d3.tar.xz www-345f66ffa67a3ae8eb9cd942c7676fa765b226d3.zip |
Add aarch64 support to mirrorlist
Diffstat (limited to 'mirrorlist')
-rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php index d5d37b74f..35b3815f0 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -27,7 +27,7 @@ $source = get('source'); $arraycheck =array( 'release' => array('5', '6', 'cauldron'), -'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl'), +'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'), 'section' => array('core', 'nonfree', 'tainted'), 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), ); |