Skip to content

Commit bed690f

Browse files
authored
Merge pull request #857 from warmenhoven/warmenhoven/pr/linux-aarch64
add linux-aarch64 build
2 parents be99e61 + 633c495 commit bed690f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ libretro-build-linux-i686:
146146
- .libretro-linux-cmake-x86
147147
- .core-defs-linux
148148

149+
# Linux 64-bit (ARM)
150+
libretro-build-linux-aarch64:
151+
extends:
152+
- .libretro-linux-cmake-aarch64
153+
- .core-defs-linux
154+
149155
# MacOS 32-bit
150156
libretro-build-osx-x86:
151157
extends:

0 commit comments

Comments
 (0)