소스 검색

Update Openwrt-AutoBuild.yml

kiddin9 3 년 전
부모
커밋
813961d8ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/Openwrt-AutoBuild.yml

+ 1 - 1
.github/workflows/Openwrt-AutoBuild.yml

@@ -72,7 +72,7 @@ jobs:
             echo "MTARGET=mipsel_24kc" >> $GITHUB_ENV
         elif [[ ${{matrix.target}} == "ipq40xx_generic" ]]; then
             echo "MTARGET=arm_cortex-a7_neon-vfpv4" >> $GITHUB_ENV
-        elif [[ ${{matrix.target}} == "bcm53xx_generic" ]]; then
+        elif [[ ${{matrix.target}} == "bcm53xx" ]]; then
             echo "MTARGET=arm_cortex-a9_musl_eabi" >> $GITHUB_ENV
         else
           echo "ARCH=linux/arm64" >> $GITHUB_ENV