summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index fcee0bed..ad74b6ff 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -40,7 +40,7 @@ JENKINS_URL=${JENKINS_URL:0:-1}
# suites being tested
SUITES="testing unstable experimental"
# architectures being tested
-ARCHS="amd64" # (this variable is unused atm)
+ARCHS="amd64 armhf"
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)