From ddf7cbf9e3567b99c4528d2f4b3cef1182d18e3c Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sun, 26 Apr 2026 18:40:47 -0400 Subject: [PATCH] add linux-aarch64 build --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b19f66f5e..16eaaf551 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,9 @@ include: # Linux 64-bit - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' + # Linux 64-bit (ARM) + - project: 'libretro-infrastructure/ci-templates' + file: '/linux-aarch64.yml' # MacOS - project: 'libretro-infrastructure/ci-templates' file: '/osx-x64.yml' @@ -97,6 +100,17 @@ libretro-build-linux-x64: - .libretro-linux-x64-make-default - .core-defs +# Linux 64-bit (ARM) +libretro-build-linux-aarch64: + variables: + HAVE_PARALLEL_RDP: 1 + HAVE_PARALLEL_RSP: 1 + HAVE_THR_AL: 1 + LLE: 1 + extends: + - .libretro-linux-aarch64-make-default + - .core-defs + # Android ARMv7a android-armeabi-v7a-gles2: extends: