Skip to content
Snippets Groups Projects
Commit c3644e4a authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: disable i386 builds (see #1052257)


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 3c2156dd
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ startup_workers() {
for ARCH in amd64 i386 arm64 armhf ; do
case $ARCH in
amd64) MAX=32 ;;
i386) MAX=16 ;;
i386) MAX=0 # default: 16 ;;
arm64) MAX=32 ;;
armhf) MAX=59 ;;
*) ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment