diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1501d7c..6fc2a2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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: @@ -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"