We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0e585 commit 9b66d2bCopy full SHA for 9b66d2b
.gitlab-ci.yml
@@ -40,6 +40,10 @@ include:
40
- project: 'libretro-infrastructure/ci-templates'
41
file: '/linux-i686.yml'
42
43
+ # Linux 64-bit (ARM)
44
+ - project: 'libretro-infrastructure/ci-templates'
45
+ file: '/linux-aarch64.yml'
46
+
47
# MacOS 64-bit
48
49
file: '/osx-x64.yml'
@@ -161,6 +165,12 @@ libretro-build-linux-i686:
161
165
- .libretro-linux-i686-make-default
162
166
- .core-defs
163
167
168
+# Linux 64-bit (ARM)
169
+libretro-build-linux-aarch64:
170
+ extends:
171
+ - .libretro-linux-aarch64-make-default
172
+ - .core-defs
173
164
174
175
libretro-build-osx-x64:
176
extends:
0 commit comments