From 72b0b0061920e27e9b25aa69db92a2ffe7493006 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Mon, 30 Mar 2026 17:26:59 -0400 Subject: [PATCH] add linux-aarch64 build Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4008cdc..af51ebe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,8 @@ include: file: '/linux-cmake.yml' - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' + - project: 'libretro-infrastructure/ci-templates' + file: '/linux-aarch64.yml' - project: 'libretro-infrastructure/ci-templates' file: '/ngc-static-cmake.yml' - project: 'libretro-infrastructure/ci-templates' @@ -150,6 +152,12 @@ libretro-build-linux-x64: - .libretro-linux-x64-make-default - .core-defs +# Linux 64-bit (ARM) +libretro-build-linux-aarch64: + extends: + - .libretro-linux-aarch64-make-default + - .core-defs + # MacOS 64-bit libretro-build-osx-x64: extends: