diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-17 12:03:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-17 12:03:36 +0200 |
commit | c55a537fd761c0286ef063a635e7b6308c4f029c (patch) | |
tree | 8bb696efc34fa4d03853e4f8715bc70b0ad60e33 /bin | |
parent | Revert "_data: temporarily remove KREDIT per sponsor request" (diff) | |
download | www-c55a537fd761c0286ef063a635e7b6308c4f029c.tar.gz www-c55a537fd761c0286ef063a635e7b6308c4f029c.tar.bz2 www-c55a537fd761c0286ef063a635e7b6308c4f029c.zip |
Add arm64 to downloads page
Closes: https://bugs.gentoo.org/737510
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update-downloads.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh index 6d618e4..7967244 100755 --- a/bin/update-downloads.sh +++ b/bin/update-downloads.sh @@ -3,7 +3,7 @@ URI_BASE="http://distfiles.gentoo.org/releases" -ARCHES=(alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86) +ARCHES=(alpha amd64 arm arm64 hppa ia64 mips ppc s390 sh sparc x86) usage() { cat <<EOF |