From a73f4afb0415f2bd699504e1a491f14c5160af33 Mon Sep 17 00:00:00 2001
From: Marvin Scholz <epirat07@gmail.com>
Date: Tue, 5 Nov 2019 16:16:29 +0100
Subject: [PATCH] CI: Rename iOS aarch64 to arm64

Thats what the triplet is expected to be and the script
accepts arm64 too.
---
 extras/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index ba0bfa34c37e..abc9d058980e 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -43,7 +43,7 @@ variables:
 
 .variables-ios-arm64: &variables-ios-arm64
         VLC_PATH: /Users/videolanci/sandbox/bin
-        HOST_ARCH: aarch64
+        HOST_ARCH: arm64
         TRIPLET: $HOST_ARCH-apple-iphoneos
         MAKEFLAGS: -j4
 
-- 
GitLab