Skip to content

Commit 2afc1e8

Browse files
committed
chore: remove musl support
1 parent 39db815 commit 2afc1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ jobs:
144144
- os: ubuntu-latest
145145
target: x86_64-unknown-linux-gnu
146146
suffix: ""
147-
- os: ubuntu-latest
148-
target: x86_64-unknown-linux-musl
149-
suffix: ""
147+
# - os: ubuntu-latest
148+
# target: x86_64-unknown-linux-musl
149+
# suffix: ""
150150
# - os: windows-latest
151151
# target: x86_64-pc-windows-msvc
152152
# suffix: ".exe"

0 commit comments

Comments
 (0)