Skip to content

Commit 399bded

Browse files
Merge pull request #54 from warmenhoven/warmenhoven/pr/linux-aarch64
add linux-aarch64 build
2 parents d0a61b2 + f6831fb commit 399bded

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
@@ -67,6 +67,10 @@ include:
6767
- project: 'libretro-infrastructure/ci-templates'
6868
file: '/linux-i686.yml'
6969

70+
# Linux 64-bit (ARM)
71+
- project: 'libretro-infrastructure/ci-templates'
72+
file: '/linux-aarch64.yml'
73+
7074
# MacOS 64-bit
7175
- project: 'libretro-infrastructure/ci-templates'
7276
file: '/osx-x64.yml'
@@ -132,6 +136,12 @@ libretro-build-linux-i686:
132136
- .libretro-linux-i686-make-default
133137
- .core-defs-linux
134138

139+
# Linux 64-bit (ARM)
140+
libretro-build-linux-aarch64:
141+
extends:
142+
- .libretro-linux-aarch64-make-default
143+
- .core-defs-linux
144+
135145
# MacOS 64-bit
136146
libretro-build-osx-x64:
137147
extends:

0 commit comments

Comments
 (0)