mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
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:
parent
5752402237
commit
f8bd6c2dd5
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user