diff options
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 14d8bdee..d2446825 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -44,7 +44,7 @@ DBDSUITE="unstable" # Debian suites being tested SUITES="testing unstable experimental" # Debian architectures being tested -ARCHS="amd64 armhf" +ARCHS="amd64 armhf i386" # define Debian build nodes in use . /srv/jenkins/bin/jenkins_node_definitions.sh |