Skip to content

Commit f1826a7

Browse files
authored
chore: remove mips-* targets in default release build
- rust-lang/compiler-team#648 - mips-* targets are now dropped to tier 3 - ref #1426
1 parent ac459c7 commit f1826a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
- arm-unknown-linux-musleabihf
3535
- aarch64-unknown-linux-gnu
3636
- aarch64-unknown-linux-musl
37-
- mips-unknown-linux-musl
38-
- mipsel-unknown-linux-musl
3937

4038
steps:
4139
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)