Skip to content

Commit

Permalink
add r6s
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencetg committed Oct 31, 2022
1 parent 7483323 commit a54c124
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 @@ -141,7 +141,7 @@ jobs:
strategy:
matrix:
VERSION: [21.02, 22.03]
CPU: [rk3328, rk3399, rk3568]
CPU: [rk3328, rk3399, rk3568, rk3588]
SET: [docker, non-docker]
steps:
- name: Checkout
Expand Down Expand Up @@ -218,6 +218,9 @@ jobs:
rk3568)
MODEL=R5S
;;
rk3588)
MODEL=R6S
;;
*)
echo "unknow cpu"
exit 1
Expand Down

0 comments on commit a54c124

Please sign in to comment.