Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jun 17, 2022
1 parent 813961d commit 734ce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Openwrt-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
elif [[ ${{matrix.target}} == "ipq40xx_generic" ]]; then
echo "MTARGET=arm_cortex-a7_neon-vfpv4" >> $GITHUB_ENV
elif [[ ${{matrix.target}} == "bcm53xx" ]]; then
echo "MTARGET=arm_cortex-a9_musl_eabi" >> $GITHUB_ENV
echo "MTARGET=arm_cortex-a9" >> $GITHUB_ENV
else
echo "ARCH=linux/arm64" >> $GITHUB_ENV
if [[ ${{matrix.target}} == "bcm27xx_bcm2711" ]]; then
Expand Down

0 comments on commit 734ce53

Please sign in to comment.