Skip to content

Commit

Permalink
[Release]Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent a4e253f commit 7a00b3d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,39 +38,39 @@ jobs:
- x86_64-unknown-linux-gnu

include:
- target: aarch64-apple-darwin
host_os: macos-latest
# - target: aarch64-apple-darwin
# host_os: macos-latest

- target: aarch64-unknown-linux-gnu
host_os: ubuntu-latest
cross: true
# - target: aarch64-unknown-linux-gnu
# host_os: ubuntu-latest
# cross: true

- target: aarch64-unknown-linux-musl
host_os: ubuntu-latest
cross: true
# - target: aarch64-unknown-linux-musl
# host_os: ubuntu-latest
# cross: true

- target: arm-unknown-linux-gnueabi
host_os: ubuntu-latest
cross: true
# - target: arm-unknown-linux-gnueabi
# host_os: ubuntu-latest
# cross: true

- target: armv7-unknown-linux-musleabihf
host_os: ubuntu-latest
cross: true
# - target: armv7-unknown-linux-musleabihf
# host_os: ubuntu-latest
# cross: true

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

- target: i686-unknown-linux-musl
host_os: ubuntu-latest
cross: true
# - target: i686-unknown-linux-musl
# host_os: ubuntu-latest
# cross: true

- target: x86_64-apple-darwin
host_os: macos-latest
# - target: x86_64-apple-darwin
# host_os: macos-latest

- target: x86_64-unknown-linux-musl
host_os: ubuntu-latest
packages: "musl-tools"
# - target: x86_64-unknown-linux-musl
# host_os: ubuntu-latest
# packages: "musl-tools"

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

0 comments on commit 7a00b3d

Please sign in to comment.