Skip to content

Commit

Permalink
ci: linux-arm64
Browse files Browse the repository at this point in the history
run shdc on qemu-x86_64
  • Loading branch information
kassane committed Jan 18, 2025
1 parent 1f76490 commit ac6cc24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-24.04-arm, ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
Expand All @@ -24,6 +24,12 @@ jobs:
sudo apt-get update
sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev
- name: Install QEMU
if: endsWith(matrix.runs-on, 'arm')
run: |
sudo apt update && sudo apt install -y \
qemu-user-binfmt
- name: (Dub) Build Native
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit ac6cc24

Please sign in to comment.