mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 03:37:51 +00:00

* Add Hardkernel ODROID-M1 Add Hardkernel ODROID-M1 machine. ODROID-M1 is a Rockchip RK3568B2 SoC based single board computer with 4xCortex-A55, NVMe support and up to 8GB of RAM. * Update homeassistant/components/hardkernel/hardware.py Co-authored-by: Franck Nijhof <frenck@frenck.nl> * Fix tests Co-authored-by: Franck Nijhof <frenck@frenck.nl>
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
|