Skip to content

Commit

Permalink
ci: add r2pro buildroot
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Apr 22, 2022
1 parent 1eb7ac3 commit e8b8f1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
sed -i 's/#\(board=bpi-r64\)/\1/' build.conf #change board to r64
./build.sh importconfig
./build.sh build
sed -i 's/#\(board=bpi-r2pro\)/\1/' build.conf #change board to r2pro
./build.sh importconfig
./build.sh build
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand All @@ -64,5 +67,5 @@ jobs:
file: rootfs*.cpio.gz
tag: "CI-BUILD-${{ env.BRANCH }}-${{ env.VER }}-${{ env.DT }}"
overwrite: true
body: "release for bpi-r2 + bpi-r64"
body: "release for bpi-r2 + bpi-r64 + r2pro"
file_glob: true

0 comments on commit e8b8f1d

Please sign in to comment.