Skip to content

Commit

Permalink
chore: build with x86_64-unknown-linux-musl target (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio authored Aug 14, 2024
1 parent dc34c29 commit 59d70cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- os: linux
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
- os: linux
arch: "amd64-musl"
rust-target: "x86_64-unknown-linux-musl"
- os: linux
arch: "arm64"
rust-target: "aarch64-unknown-linux-gnu"
Expand Down Expand Up @@ -66,6 +69,10 @@ jobs:
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
runs-on: ubuntu-latest
- os: linux
arch: "amd64-musl"
rust-target: "x86_64-unknown-linux-musl"
runs-on: ubuntu-latest
- os: linux
arch: "arm64"
rust-target: "aarch64-unknown-linux-gnu"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
runs-on: ubuntu-latest
- os: linux
arch: "amd64-musl"
rust-target: "x86_64-unknown-linux-musl"
runs-on: ubuntu-latest
- os: linux
arch: "arm64"
rust-target: "aarch64-unknown-linux-gnu"
Expand Down

0 comments on commit 59d70cb

Please sign in to comment.