Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision cf34e82e233faaa9343ac3f85950003f225fd94f)
+++ Jenkinsfile	(revision 2261bcccc0eb496b4f1887e2e4e195acfed9524b)
@@ -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',					\
 				],								\
