Skip to content

Commit

Permalink
ci: add r3mini
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Feb 11, 2024
1 parent b933872 commit ef4b9f5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,22 @@ jobs:
bash build.sh rename
rm build.conf
- name: Build for BananaPi-R3Mini (EMMC)
run: |
git checkout ${{ env.BRANCH }}
echo -e "board=bpi-r3mini\ndevice=emmc" > build.conf
bash build.sh importconfig
bash build.sh build
bash build.sh rename
git checkout build.conf
git checkout mtk-atf
echo -e "board=bpi-r3mini\ndevice=emmc" > build.conf
bash build.sh build
bash build.sh rename
bash build.sh createimg non-interactive
rm build.conf
- name: Build for BananaPi-R4 (SD)
run: |
git checkout ${{ env.BRANCH }}
Expand Down

0 comments on commit ef4b9f5

Please sign in to comment.