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.
2 parents d0a61b2 + f6831fb commit 399bdedCopy full SHA for 399bded
1 file changed
.gitlab-ci.yml
@@ -67,6 +67,10 @@ include:
67
- project: 'libretro-infrastructure/ci-templates'
68
file: '/linux-i686.yml'
69
70
+ # Linux 64-bit (ARM)
71
+ - project: 'libretro-infrastructure/ci-templates'
72
+ file: '/linux-aarch64.yml'
73
+
74
# MacOS 64-bit
75
76
file: '/osx-x64.yml'
@@ -132,6 +136,12 @@ libretro-build-linux-i686:
132
136
- .libretro-linux-i686-make-default
133
137
- .core-defs-linux
134
138
139
+# Linux 64-bit (ARM)
140
+libretro-build-linux-aarch64:
141
+ extends:
142
+ - .libretro-linux-aarch64-make-default
143
+ - .core-defs-linux
144
135
145
146
libretro-build-osx-x64:
147
extends:
0 commit comments