Skip to content

Commit 716ab7d

Browse files
committed
Use arm runner image for musl-arm64
1 parent ad7caf7 commit 716ab7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
name: linux-ppc64le
3636
- os: ubuntu-24.04
3737
name: linux-musl-x64
38-
- os: ubuntu-24.04
38+
- os: ubuntu-24.04-arm
3939
name: linux-musl-arm
40-
- os: ubuntu-24.04
40+
- os: ubuntu-24.04-arm
4141
name: linux-musl-arm64
4242
- os: macos-13
4343
name: osx-x64
@@ -56,7 +56,7 @@ jobs:
5656
if: runner.os == 'macOS'
5757
run: ./build.libgit2.sh
5858
- name: Setup QEMU
59-
if: matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
59+
if: matrix.name == 'linux-musl-arm'
6060
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
6161
- name: Build Linux
6262
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)