Skip to content

Commit

Permalink
Removed mips and mipsel from build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Jul 13, 2024
1 parent 7c5cc18 commit dd12397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_parallel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ amd64, i686, mips, mipsel, armhf, armlf, arm64 ]
arch: [ amd64, i686, armhf, armlf, arm64 ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit dd12397

Please sign in to comment.