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 d230890 commit af4547cCopy full SHA for af4547c
.github/workflows/CI.yml
@@ -18,9 +18,9 @@ jobs:
18
- { platform: linux-x64, runner: ubuntu-latest }
19
- { platform: linux-arm, runner: ubuntu-latest }
20
- { platform: linux-arm64, runner: ubuntu-latest }
21
- - { platform: linux-musl-x64, runner: ubuntu-latest }
22
- - { platform: linux-musl-arm, runner: ubuntu-latest }
23
- - { platform: linux-musl-arm64, runner: ubuntu-latest }
+ # - { platform: linux-musl-x64, runner: ubuntu-latest }
+ # - { platform: linux-musl-arm, runner: ubuntu-latest }
+ # - { platform: linux-musl-arm64, runner: ubuntu-latest }
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v4
0 commit comments