diff options
author | Alec Warner <antarus@gentoo.org> | 2020-08-13 17:06:43 -0700 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2020-08-13 17:06:43 -0700 |
commit | 7671b12535230e14f27ddb9d66a780517d4b3169 (patch) | |
tree | 009b0a68bbf704b2260c2179cee2d0327d69a45f | |
parent | Fix typo in GIT_RESTORE_MTIME_ARGS var (diff) | |
download | mastermirror-scripts-7671b12535230e14f27ddb9d66a780517d4b3169.tar.gz mastermirror-scripts-7671b12535230e14f27ddb9d66a780517d4b3169.tar.bz2 mastermirror-scripts-7671b12535230e14f27ddb9d66a780517d4b3169.zip |
Sign arm64
Signed-off-by: Alec Warner <antarus@gentoo.org>
-rwxr-xr-x | sign-autobuilds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sign-autobuilds.sh b/sign-autobuilds.sh index 2a0afe4..6f42f0f 100755 --- a/sign-autobuilds.sh +++ b/sign-autobuilds.sh @@ -2,7 +2,7 @@ # Copyright 2010-2015 Gentoo Authors; Distributed under the GPL v2 # might be earlier copyright, no history available -ARCHES="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86" +ARCHES="alpha amd64 arm64 arm hppa ia64 ppc s390 sh sparc x86" #alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86 RELEASES=/var/tmp/gmirror-releases/releases/ |