Skip to content

Commit

Permalink
Revise architecture list
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jan 3, 2024
1 parent e4027cb commit b217c72
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
target: mipsel-unknown-linux-musl
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mips64-unknown-linux-gnuabi64
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mips64el-unknown-linux-gnuabi64
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: riscv64gc-unknown-linux-gnu
compress: false
Expand All @@ -63,6 +55,10 @@ jobs:
target: x86_64-pc-windows-msvc
compress: true
cargo_flags: ""
- os: windows-latest
target: i686-pc-windows-msvc
compress: true
cargo_flags: ""
- os: macos-latest
target: x86_64-apple-darwin
compress: true
Expand Down

0 comments on commit b217c72

Please sign in to comment.