Skip to content

Commit

Permalink
Remove now-unsupported mips architectures
Browse files Browse the repository at this point in the history
Apparently these are now Tier 3.
  • Loading branch information
svenstaro committed Jan 3, 2024
1 parent b217c72 commit 6ee7bc1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ jobs:
target: arm-unknown-linux-musleabihf
compress: true
cargo_flags: ""
- os: ubuntu-latest
target: mips-unknown-linux-musl
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mipsel-unknown-linux-musl
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: riscv64gc-unknown-linux-gnu
compress: false
Expand Down

0 comments on commit 6ee7bc1

Please sign in to comment.