From 345f66ffa67a3ae8eb9cd942c7676fa765b226d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Mon, 10 Sep 2018 19:53:24 +0300 Subject: Add aarch64 support to mirrorlist --- mirrorlist/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mirrorlist') 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'), ); -- cgit v1.2.1