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, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index daef5857..edc43ef8 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -25,6 +25,8 @@ QUIET = False
# tested suites
SUITES = ['sid']
+# tested arches
+ARCHES = ['amd64']
BIN_PATH = '/srv/jenkins/bin'
BASE = '/var/lib/jenkins/userContent'