diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-18 14:30:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-18 14:30:56 +0200 |
commit | ce1d6838371cc9c4fcfcddb5c00ea9bf96b0073e (patch) | |
tree | 5ef52d627dd384c5b0f832ed9fec811f99e392e9 | |
parent | 14ee58c5f49ed11ed5c5b57bb708263246255990 (diff) | |
download | jenkins.debian.net-ce1d6838371cc9c4fcfcddb5c00ea9bf96b0073e.tar.xz |
reproducible: enable armhf
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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' |