Skip to content

Commit

Permalink
build both musl + gnu with nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaisvil committed Feb 27, 2025
1 parent d3c343f commit 509163b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
- os-name: Linux-x86_64-musl
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-musl

- os-name: Linux-x86_64-gnu
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-gnu
features: --features nvidia

- os-name: Linux-x86_64-gnu-nvidia
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -61,4 +58,4 @@ jobs:
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: zenith
archive-name: zenith-${{ matrix.platform.os-name }}
target: ${{ matrix.platform.target }}

0 comments on commit 509163b

Please sign in to comment.