mirror of
https://github.com/home-assistant/core.git
synced 2025-05-19 21:39:19 +00:00

* 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
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
usbutils
|