change mips to mipsel

This commit is contained in:
Janson
2022-03-29 10:22:38 +01:00
committed by GitHub
parent dba7dd0010
commit e951d4d5ea
2 changed files with 1 additions and 1 deletions

View File

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