We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7caf7 commit 716ab7dCopy full SHA for 716ab7d
.github/workflows/ci.yml
@@ -35,9 +35,9 @@ jobs:
35
name: linux-ppc64le
36
- os: ubuntu-24.04
37
name: linux-musl-x64
38
- - os: ubuntu-24.04
+ - os: ubuntu-24.04-arm
39
name: linux-musl-arm
40
41
name: linux-musl-arm64
42
- os: macos-13
43
name: osx-x64
@@ -56,7 +56,7 @@ jobs:
56
if: runner.os == 'macOS'
57
run: ./build.libgit2.sh
58
- name: Setup QEMU
59
- if: matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
+ if: matrix.name == 'linux-musl-arm'
60
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
61
- name: Build Linux
62
if: runner.os == 'Linux'
0 commit comments