Browse Source

add linux-musl-x64 artifact (#1985)

pull/1986/head
Jason Dove 4 months ago committed by GitHub
parent
commit
af36218cc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/artifacts.yml

3
.github/workflows/artifacts.yml

@ -146,6 +146,9 @@ jobs: @@ -146,6 +146,9 @@ jobs:
- os: ubuntu-latest
kind: linux
target: linux-x64
- os: ubuntu-latest
kind: linux
target: linux-musl-x64
- os: ubuntu-latest
kind: linux
target: linux-arm

Loading…
Cancel
Save