Skip to content

Commit 9b66d2b

Browse files
warmenhovenclaude
andauthored
add linux-aarch64 build (#98)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0e0e585 commit 9b66d2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ include:
4040
- project: 'libretro-infrastructure/ci-templates'
4141
file: '/linux-i686.yml'
4242

43+
# Linux 64-bit (ARM)
44+
- project: 'libretro-infrastructure/ci-templates'
45+
file: '/linux-aarch64.yml'
46+
4347
# MacOS 64-bit
4448
- project: 'libretro-infrastructure/ci-templates'
4549
file: '/osx-x64.yml'
@@ -161,6 +165,12 @@ libretro-build-linux-i686:
161165
- .libretro-linux-i686-make-default
162166
- .core-defs
163167

168+
# Linux 64-bit (ARM)
169+
libretro-build-linux-aarch64:
170+
extends:
171+
- .libretro-linux-aarch64-make-default
172+
- .core-defs
173+
164174
# MacOS 64-bit
165175
libretro-build-osx-x64:
166176
extends:

0 commit comments

Comments
 (0)