CI: Enable runtime_test for mips_24kc
authorVan Waholtz <brvphoenix@gmail.com>
Mon, 1 May 2023 11:04:24 +0000 (19:04 +0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 1 May 2023 12:11:44 +0000 (15:11 +0300)
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
.github/workflows/multi-arch-test-build.yml

index 1d281eda7e9ac9f8f4d41a8eaf87d14f55849ed8..3e8b6f263ab36726ec52e6564f4df91230e7eba5 100644 (file)
@@ -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 }}