1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00

Disable mipsel in ci

This commit is contained in:
Jiajie Chen 2020-06-12 09:25:26 +08:00
parent 56eaa83e79
commit 7227770579

View File

@ -21,7 +21,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
arch: [x86_64, riscv32, riscv64, aarch64, mipsel]
# we will bring back mipsel later
arch: [x86_64, riscv32, riscv64, aarch64]
steps:
- uses: actions/checkout@v2
- name: Checkout submodules