Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 602cec420cb73fb9fe28fdfaef6a38d004148dfa)
+++ Jenkinsfile	(revision 3bfa80f8617d6b54dd1bf0bc96e1a0e9b68cc5be)
@@ -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')
