Skip to content

Commit

Permalink
Add nvidia feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaisvil committed Feb 27, 2025
1 parent fd45a3c commit 356bfe5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- os-name: Linux-x86_64
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-gnu

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

- os-name: Linux-aarch64
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -50,7 +55,7 @@ jobs:
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args:
"--release"
"--locked --release ${{matrix.platform.features}}"
strip: true
- name: Publish
uses: houseabsolute/actions-rust-release@v0
Expand Down

0 comments on commit 356bfe5

Please sign in to comment.