ci(x86): add statically linked musl build for x86_64 (#429)

Fixes #339 

```
$ ldd target/x86_64-unknown-linux-musl/release/tv
        statically linked
```
This commit is contained in:
Alexandre Pasmantier 2025-03-21 13:03:58 +01:00 committed by GitHub
parent 5752402237
commit f8bd6c2dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,12 @@ jobs:
architecture: x86_64
binary-postfix: ""
use-cross: false
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-musl
architecture: x86_64
binary-postfix: ""
use-cross: false
- os: windows-latest
os-name: windows
target: x86_64-pc-windows-msvc