summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-18 14:30:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-18 14:30:56 +0200
commitce1d6838371cc9c4fcfcddb5c00ea9bf96b0073e (patch)
tree5ef52d627dd384c5b0f832ed9fec811f99e392e9 /bin/reproducible_common.py
parent14ee58c5f49ed11ed5c5b57bb708263246255990 (diff)
downloadjenkins.debian.net-ce1d6838371cc9c4fcfcddb5c00ea9bf96b0073e.tar.xz
reproducible: enable armhf
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 653bff12..11b56280 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -31,7 +31,7 @@ QUIET = False
# tested suites
SUITES = ['testing', 'unstable', 'experimental']
# tested architectures
-ARCHS = ['amd64']
+ARCHS = ['amd64', 'armhf']
# defaults
defaultsuite = 'unstable'
defaultarch = 'amd64'