Skip to content

Commit

Permalink
Use arm runner image for musl-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Jan 20, 2025
1 parent ad7caf7 commit 716ab7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
name: linux-ppc64le
- os: ubuntu-24.04
name: linux-musl-x64
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
name: linux-musl-arm
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
name: linux-musl-arm64
- os: macos-13
name: osx-x64
Expand All @@ -56,7 +56,7 @@ jobs:
if: runner.os == 'macOS'
run: ./build.libgit2.sh
- name: Setup QEMU
if: matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
if: matrix.name == 'linux-musl-arm'
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
- name: Build Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit 716ab7d

Please sign in to comment.