Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision a8f49cc6dac2a474d3564689a48985bd0533fd2a)
+++ Jenkinsfile	(revision a24a69ea122f99742cace0954e8d4a3369219c11)
@@ -329,7 +329,7 @@
 				this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64')
 			break
-			//case 'x86':
-			//	this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
-			//break
+			case 'x86':
+				this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
+			break
 			case 'arm64':
 			 	this.Architecture = new Arch_Desc('arm64', '--host=aarch64', 'arm64')
