From 509163bdf8b980b1c59115cfe0008f012736d444 Mon Sep 17 00:00:00 2001 From: Benjamin Vaisvil Date: Thu, 27 Feb 2025 00:06:34 -0600 Subject: [PATCH] build both musl + gnu with nvidia --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 356ec1e..e84af6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 }}