Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 5007618e0ef75c9a022e5388ecf661229ec6b8a0)
+++ Jenkinsfile	(revision 9689e541eaedea67a7640f9e922bdf6d1c40157e)
@@ -327,4 +327,7 @@
 			case 'x86':
 				this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
+			break
+			case 'arm64':
+				this.Architecture = new Arch_Desc('arm64', '--host=arm64', 'arm64')
 			break
 			default :
@@ -377,5 +380,5 @@
 					description: 'The target architecture',			\
 					name: 'Architecture',					\
-					choices: 'x64\nx86',					\
+					choices: 'x64\nx86\narm64',				\
 					defaultValue: 'x64',					\
 				],								\
