From e0d80d0287977a9a992fb2c47ca0ed21ec727aab Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 23 Dec 2016 20:43:20 +0100 Subject: reproducible Debian: support arm64 --- bin/reproducible_blacklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_blacklist.sh') diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index 5e94e962..fd13cfda 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -64,7 +64,7 @@ explain_syntax() { set +x ARCH="$1" shift -if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ]; then +if [ "$ARCH" != "amd64" ] && [ "$ARCH" != "armhf" ] && [ "$ARCH" != "i386" ] || [ "$ARCH" != "arm64" ] ; then explain_syntax exit 1 fi -- cgit v1.2.3-54-g00ecf