CI: Enable runtime_test for mips_24kc
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
This commit is contained in:
parent
10986d56c9
commit
20a803aa03
1 changed files with 4 additions and 2 deletions
6
.github/workflows/multi-arch-test-build.yml
vendored
6
.github/workflows/multi-arch-test-build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- arch: mips_24kc
|
||||
target: ath79-generic
|
||||
runtime_test: false
|
||||
runtime_test: true
|
||||
|
||||
- arch: mipsel_24kc
|
||||
target: mt7621
|
||||
|
@ -162,7 +162,9 @@ jobs:
|
|||
- name: Register QEMU
|
||||
if: ${{ matrix.runtime_test }}
|
||||
run: |
|
||||
sudo docker run --rm --privileged aptman/qus -s -- -p
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y qemu-user-static binfmt-support
|
||||
sudo update-binfmts --import
|
||||
|
||||
- name: Build Docker container
|
||||
if: ${{ matrix.runtime_test }}
|
||||
|
|
Loading…
Reference in a new issue