Skip to content

Commit 9a57c19

Browse files
warmenhovenclaude
andauthored
add linux-aarch64 build (#240)
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 0fa44d2 commit 9a57c19

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitlab-ci.yml

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

44+
# Linux 64-bit (ARM)
45+
- project: 'libretro-infrastructure/ci-templates'
46+
file: '/linux-aarch64.yml'
47+
4448
# MacOS 64-bit
4549
- project: 'libretro-infrastructure/ci-templates'
4650
file: '/osx-x64.yml'
@@ -165,6 +169,12 @@ libretro-build-linux-i686:
165169
- .libretro-linux-i686-make-default
166170
- .core-defs
167171

172+
# Linux 64-bit (ARM)
173+
libretro-build-linux-aarch64:
174+
extends:
175+
- .libretro-linux-aarch64-make-default
176+
- .core-defs
177+
168178
# MacOS 64-bit
169179
libretro-build-osx-x64:
170180
extends:

0 commit comments

Comments
 (0)