mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
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:
parent
ec5d55dc30
commit
8d652b28e2
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build base image
|
- name: Build base image
|
||||||
uses: home-assistant/builder@2021.06.2
|
uses: home-assistant/builder@2021.07.0
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
@ -134,6 +134,7 @@ jobs:
|
|||||||
machine:
|
machine:
|
||||||
- generic-x86-64
|
- generic-x86-64
|
||||||
- intel-nuc
|
- intel-nuc
|
||||||
|
- khadas-vim3
|
||||||
- odroid-c2
|
- odroid-c2
|
||||||
- odroid-c4
|
- odroid-c4
|
||||||
- odroid-n2
|
- odroid-n2
|
||||||
@ -167,7 +168,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build base image
|
- name: Build base image
|
||||||
uses: home-assistant/builder@2021.06.2
|
uses: home-assistant/builder@2021.07.0
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
|
5
machine/khadas-vim3
Normal file
5
machine/khadas-vim3
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
ARG BUILD_VERSION
|
||||||
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||||
|
|
||||||
|
RUN apk --no-cache add \
|
||||||
|
usbutils
|
Loading…
x
Reference in New Issue
Block a user