Skip to content

Commit

Permalink
Merge pull request #130 from sachaos/build-musl-binaries
Browse files Browse the repository at this point in the history
Build musl binaries
  • Loading branch information
sachaos authored Aug 19, 2024
2 parents a597844 + bae4493 commit 1ce2bac
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,27 @@ jobs:
binary-postfix: ""
use-cross: true
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-musl
architecture: x86_64
binary-postfix: ""
use-cross: true
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: aarch64-unknown-linux-musl
architecture: arm64
binary-postfix: ""
use-cross: true
binary-name: viddy
- os: ubuntu-latest
os-name: linux
target: i686-unknown-linux-musl
architecture: i686
binary-postfix: ""
use-cross: true
binary-name: viddy

steps:
- name: Checkout repository
Expand Down

0 comments on commit 1ce2bac

Please sign in to comment.