Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 29, 2024
1 parent 1eeaf8f commit af6d6a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ jobs:
include:
- target: aarch64-apple-darwin
host_os: macos-latest
packages: ""

- target: aarch64-unknown-linux-gnu
host_os: ubuntu-latest
packages: "qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross"

- target: aarch64-unknown-linux-musl
host_os: ubuntu-latest
packages: "aarch64-linux-musl-gcc"
packages: "gcc-aarch64-linux-gnu libc6-dev-arm64-cross"

- target: arm-unknown-linux-gnueabi
host_os: ubuntu-latest
Expand All @@ -52,11 +51,10 @@ jobs:

- target: i686-unknown-linux-musl
host_os: ubuntu-latest
packages: "musl-gcc"
packages: "gcc-multilib libc6-dev-i386"

- target: x86_64-apple-darwin
host_os: macos-latest
pavkages: ""

- target: x86_64-unknown-linux-musl
host_os: ubuntu-latest
Expand Down

0 comments on commit af6d6a4

Please sign in to comment.