From e2226e4acb76a79c562b044ba745239680024bf8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 18 Aug 2015 14:44:13 +0200 Subject: reproducible: enable armhf somemore --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') 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) -- cgit v1.2.3-54-g00ecf