Skip to content

Commit

Permalink
ci: add nand build for r3mini
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Jan 7, 2025
1 parent aefc171 commit 458658a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,21 @@ jobs:
bash build.sh createimg non-interactive
rm build.conf
- name: Build for BananaPi-R3Mini (NAND)
run: |
git checkout ${{ env.BRANCH }}
echo -e "board=bpi-r3mini\ndevice=spi-nand" > 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=spim-nand" > build.conf
bash build.sh build
bash build.sh rename
rm build.conf
- name: Build for BananaPi-R4 (SD)
run: |
git checkout ${{ env.BRANCH }}
Expand Down

0 comments on commit 458658a

Please sign in to comment.