Skip to content

Commit

Permalink
Add ODROID-M1 to CI pipeline and issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Mar 10, 2023
1 parent c55a39a commit d9231bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -29,6 +29,7 @@ body:
- khadas-vim3 (Khadas VIM3)
- odroid-c2 (Hardkernel ODROID-C2)
- odroid-c4 (Hardkernel ODROID-C4)
- odroid-m1 (Hardkernel ODROID-M1)
- odroid-n2 (Hardkernel ODROID-N2/N2+)
- odroid-xu4 (Hardkernel ODROID-XU4)
- ova (for Virtual Machines)
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/matrix.json
Expand Up @@ -35,6 +35,12 @@
"runner": "aarch64-runner",
"label": "board/odroid"
},
{
"id": "odroid-m1",
"defconfig": "odroid_m1",
"runner": "aarch64-runner",
"label": "board/odroid"
},
{
"id": "odroid-n2",
"defconfig": "odroid_n2",
Expand Down

0 comments on commit d9231bf

Please sign in to comment.