From cbce0f2a2e02ac847998ef3c0944e62a039672c3 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 6 Aug 2021 14:45:51 +0200 Subject: [PATCH] Add Khadas VIM3 to GitHub Actions (#1498) * Add Khadas VIM3 to GitHub Actions/Issue Template --- .github/ISSUE_TEMPLATE.md | 1 + .github/release-drafter.yml | 2 ++ .github/workflows/dev.yml | 1 + .github/workflows/release.yml | 1 + 4 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 16d247074..71a4aa67c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -19,6 +19,7 @@ Describe the Home Assistant image you are using and the hardware environment - [ ] ASUS Tinker [S] - [ ] Generic x86-64 (like Intel NUC) - [ ] OVA (Open Virtualization Appliance, on Intel NUC or any other hardware, please add the Hypervisor you are using) +- [ ] Khadas VIM3 **Home Assistant OS release:** - [ ] Fresh installation of release x.y diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e1869ecc1..c8d0e9780 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -13,6 +13,8 @@ categories: label: 'board/odroid' - title: 'ASUS Tinker' label: 'board/tinker' + - title: 'Khadas VIM Series' + label: 'board/khadas' filter-by-commitish: true commitish: dev template: | diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5d71673dc..08028c28b 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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"} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d91ebbd0..110bb4db3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,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"}