summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c60501b6..53cd61df 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -511,7 +511,7 @@ check_suitability() {
break
fi
# special case arm…
- if [ "$ARCH" = "armhf" ] && [ "$arch" = "any-arm" ] ; then
+ if [ "$ARCH" = "armhf" ] && ( [ "$arch" = "any-arm" ] || [ "$arch" = "arm" ] ) ; then
SUITABLE=true
break
fi