mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02: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:
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
|
Reference in New Issue
Block a user