OSDN Git Service

CI: fix runtime testing for non master branch
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 22 Apr 2022 22:15:26 +0000 (06:15 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Fri, 22 Apr 2022 22:15:26 +0000 (06:15 +0800)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
.github/workflows/multi-arch-build.yml

index 5dbfe26..77814ba 100644 (file)
@@ -141,7 +141,7 @@ jobs:
         run: |
           docker build -t test-container --build-arg ARCH .github/workflows/
         env:
-          ARCH: ${{ matrix.arch }}
+          ARCH: ${{ matrix.arch }}-openwrt-21.02
 
       - name: Test via Docker container
         if: ${{ matrix.runtime_test }}