Skip to content

Commit

Permalink
feat: add releasing x86_64-unknown-linux-musl dynamic library (extism…
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi authored Aug 19, 2024
1 parent f0c9640 commit 00074fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
static-pc-in: 'extism-static.pc.in'
- os: 'ubuntu'
target: 'x86_64-unknown-linux-musl'
artifact: ''
artifact: 'libextism.so'
static-artifact: 'libextism.a'
static-dll-artifact: ''
pc-in: ''
pc-in: 'extism.pc.in'
static-pc-in: 'extism-static.pc.in'
- os: 'windows'
target: 'x86_64-pc-windows-gnu'
Expand Down

0 comments on commit 00074fd

Please sign in to comment.