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