Skip to content

Commit

Permalink
fixed missing build target linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jul 3, 2022
1 parent 19f0400 commit 4327674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
kind: [
'linux',
'linux-musl',
'linux-arm',
'linux-arm64',
'windows',
Expand All @@ -27,7 +28,7 @@ jobs:
- kind: linux
os: ubuntu-latest
target: linux-x64
- kind: linux
- kind: linux-musl
os: ubuntu-latest
target: linux-musl-x64 # for docker
- kind: linux-arm
Expand Down

0 comments on commit 4327674

Please sign in to comment.