Add Khadas VIM3 to GitHub Actions (#1498)

* Add Khadas VIM3 to GitHub Actions/Issue Template
This commit is contained in:
Stefan Agner
2021-08-06 14:45:51 +02:00
committed by GitHub
parent 6c3bcb708f
commit cbce0f2a2e
4 changed files with 5 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ jobs:
board:
- {"name": "ova", "output": "ova", "runner": "x86-64-runner"}
- {"name": "generic_x86_64", "output": "generic-x86-64", "runner": "x86-64-runner"}
- {"name": "khadas_vim3", "output": "khadas-vim3", "runner": "aarch64-runner"}
- {"name": "odroid_c2", "output": "odroid-c2", "runner": "aarch64-runner"}
- {"name": "odroid_c4", "output": "odroid-c4", "runner": "aarch64-runner"}
- {"name": "odroid_n2", "output": "odroid-n2", "runner": "aarch64-runner"}