Skip to content

Commit

Permalink
add support for nanopi-zero2
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencetg committed Oct 16, 2024
1 parent c079b63 commit f792f50
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 @@ -142,7 +142,7 @@ jobs:
strategy:
matrix:
VERSION: [21.02, 23.05]
CPU: [rk3328, rk3399, rk3566, rk3568, rk3588]
CPU: [rk3328, rk3528, rk3399, rk3566, rk3568, rk3588]
SET: [docker, non-docker]
steps:
- name: Checkout
Expand Down Expand Up @@ -214,6 +214,9 @@ jobs:
rk3328)
MODEL=R2S-R2C-Series
;;
rk3528)
MODEL=NanoPi-Zero2
;;
rk3399)
MODEL=R4S-Series
;;
Expand Down

0 comments on commit f792f50

Please sign in to comment.