disable mipsel

This commit is contained in:
练亮斌 2022-04-09 22:20:39 +08:00 committed by GitHub
parent a6e0650592
commit 985f5e4980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
name: Build IPKs for ${{ matrix.target }} name: Build IPKs for ${{ matrix.target }}
strategy: strategy:
matrix: matrix:
target: [arm64, x64, mipsel] target: [arm64, x64]
steps: steps:
- name: Job Info - name: Job Info
run: | run: |