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.
musl
1 parent a8ea071 commit 2431b55Copy full SHA for 2431b55
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
include:
26
- - { os: ubuntu-22.04, target: linux, platform: linux-x64, container: 'alpine:latest', libc: musl }
+ # - { os: ubuntu-22.04, target: linux, platform: linux-x64, container: 'alpine:latest', libc: musl }
27
- { os: ubuntu-20.04, target: linux, platform: linux-x64, container: 'ubuntu:18.04' }
28
- { os: ubuntu-20.04, target: linux, platform: linux-arm64, container: 'ubuntu:18.04' }
29
- { os: macos-11, target: darwin, platform: darwin-x64 }
0 commit comments