Skip to content

Commit

Permalink
use gnu instead of musl
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu committed Jan 23, 2025
1 parent c25eea6 commit e276983
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ jobs:
skip-tests: true
- os-name: Linux-x86_64
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-musl
- os-name: Linux-aarch64
runs-on: ubuntu-22.04
target: aarch64-unknown-linux-musl
- os-name: Linux-arm
runs-on: ubuntu-22.04
target: arm-unknown-linux-musleabi
- os-name: Linux-i686
runs-on: ubuntu-22.04
target: i686-unknown-linux-musl
skip-tests: true
target: x86_64-unknown-linux-gnu
- os-name: Linux-powerpc
runs-on: ubuntu-22.04
target: powerpc-unknown-linux-gnu
Expand Down Expand Up @@ -82,13 +72,13 @@ jobs:
- platform:
os-name: Linux-x86_64
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-gnu
bin: pod_worker
toolchain: beta
- platform:
os-name: Linux-x86_64
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-gnu
bin: pod_worker
toolchain: nightly
steps:
Expand All @@ -107,6 +97,7 @@ jobs:
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
draft: false
executable-name: pod_worker
target: ${{ matrix.platform.target }}
changes-file: "parcnet-pod/Changes.md"
Expand Down

0 comments on commit e276983

Please sign in to comment.