summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-18 14:44:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-18 14:44:13 +0200
commite2226e4acb76a79c562b044ba745239680024bf8 (patch)
tree7e42be31914475cc4376e071bfeeb9cb1e41340e /bin/reproducible_common.sh
parentce1d6838371cc9c4fcfcddb5c00ea9bf96b0073e (diff)
downloadjenkins.debian.net-e2226e4acb76a79c562b044ba745239680024bf8.tar.xz
reproducible: enable armhf somemore
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)