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 29f397b commit 3bad604Copy full SHA for 3bad604
.github/workflows/ci.yml
@@ -54,8 +54,8 @@ jobs:
54
if: runner.os == 'macOS'
55
run: ./build.libgit2.sh
56
- name: Setup QEMU
57
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
58
if: matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
+ run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
59
- name: Build Linux
60
if: runner.os == 'Linux'
61
run: ./dockerbuild.sh
0 commit comments