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