CI: Enable runtime_test for mips_24kc
authorVan Waholtz <brvphoenix@gmail.com>
Mon, 1 May 2023 11:04:24 +0000 (19:04 +0800)
committerNick Hainke <vincent@systemli.org>
Mon, 26 Jun 2023 09:29:59 +0000 (11:29 +0200)
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
.github/workflows/multi-arch-test-build.yml

index 9214af73543e20629a7812015d95822e8da50349..b0da82ca68cefb23884086892d885762eeee5cfe 100644 (file)
@@ -17,7 +17,7 @@ jobs:
 
           - arch: mips_24kc
             target: ath79-generic
-            runtime_test: false
+            runtime_test: true
 
           - arch: powerpc_464fp
             target: apm821xx-nand
@@ -120,7 +120,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 }}