Skip to content

Commit

Permalink
Remove MIPS support
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Jan 10, 2024
1 parent b4dc4b3 commit 8242a06
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Release - ${{ matrix.platform.release_for }}
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/tags/test-release'
strategy:
fail-fast: false
matrix:
platform:
- release_for: Linux-x86_64
Expand Down Expand Up @@ -42,12 +43,6 @@ jobs:
suffix: linux_aarch64_android.bin
toolchain: stable

- release_for: Linux-mips
os: ubuntu-latest
target: mips-unknown-linux-musl
suffix: linux_mips_musl.bin
toolchain: nightly

runs-on: ${{ matrix.platform.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 8242a06

Please sign in to comment.