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 49a2efb commit bd80cfdCopy full SHA for bd80cfd
.github/workflows/cmake-arm.yml
@@ -8,8 +8,8 @@ jobs:
8
strategy:
9
matrix:
10
include:
11
- - os: ubuntu-latest
12
- arch: aarch64
+ - os: self-hosted
+ arch: arm64
13
- os: windows-latest
14
arch: arm64
15
triplet: arm64-windows
@@ -31,7 +31,6 @@ jobs:
31
sudo dpkg --add-architecture arm64
32
sudo apt-get update
33
sudo apt-get install -y libasound2-dev:arm64 libx11-dev:arm64 libxrandr-dev:arm64 libxi-dev:arm64 libgl1-mesa-dev:arm64 libglu1-mesa-dev:arm64 libxcursor-dev:arm64 libxinerama-dev:arm64 libwayland-dev:arm64 libxkbcommon-dev:arm64
34
- sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
35
36
- name: Configure Raylib with CMake for ARM64 on Linux
37
if: matrix.os == 'ubuntu-latest'
0 commit comments