summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
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'