Skip to content

Commit

Permalink
add new boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Oct 24, 2023
1 parent f52c955 commit 30611b7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/rk356x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
matrix:
boards:
[
{
"name": "rk3566-generic",
"config": "generic-rk3568_defconfig",
"variant": "RK3566",
},
{
"name": "rk3566-orangepi-3b",
"config": "orangepi-3b-rk3566_defconfig",
"variant": "RK3566",
},
{
"name": "rk3566-pinenote",
"config": "pinenote-rk3566_defconfig",
Expand Down Expand Up @@ -67,6 +77,16 @@ jobs:
"config": "soquartz-model-a-rk3566_defconfig",
"variant": "RK3566",
},
{
"name": "rk3568-bpi-r2-pro",
"config": "bpi-r2-pro-rk3568_defconfig",
"variant": "RK3568",
},
{
"name": "rk3568-generic",
"config": "generic-rk3568_defconfig",
"variant": "RK3568",
},
{
"name": "rk3568-nanopi-r5c",
"config": "nanopi-r5c-rk3568_defconfig",
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/rk3588.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ jobs:
matrix:
boards:
[
{
"name": "rk3588-nanopc-t6",
"config": "nanopc-t6-rk3588_defconfig",
},
{
"name": "rk3588s-orangepi-5",
"config": "orangepi-5-rk3588s_defconfig",
},
{
"name": "rk3588-orangepi-5-plus",
"config": "orangepi-5-plus-rk3588_defconfig",
},
{
"name": "rk3588s-rock-5a",
"config": "rock5a-rk3588s_defconfig",
Expand Down

0 comments on commit 30611b7

Please # to comment.