Add Khadas VIM3 (#53616)

* Add Khadas VIM3

Add Khadas VIM3 machine. VIM3 is based on Amlogic A311D SoC with
2xCortex-A53 and 4xCortex-A73.

* Use latest builder which supports khadas-vim3
This commit is contained in:
Stefan Agner 2021-07-28 14:19:21 +02:00 committed by GitHub
parent ec5d55dc30
commit 8d652b28e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -115,7 +115,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image
uses: home-assistant/builder@2021.06.2
uses: home-assistant/builder@2021.07.0
with:
args: |
$BUILD_ARGS \
@ -134,6 +134,7 @@ jobs:
machine:
- generic-x86-64
- intel-nuc
- khadas-vim3
- odroid-c2
- odroid-c4
- odroid-n2
@ -167,7 +168,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image
uses: home-assistant/builder@2021.06.2
uses: home-assistant/builder@2021.07.0
with:
args: |
$BUILD_ARGS \

5
machine/khadas-vim3 Normal file
View File

@ -0,0 +1,5 @@
ARG BUILD_VERSION
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
RUN apk --no-cache add \
usbutils