From 3f348714e224b3089f531e6fbfbe34e54b069c65 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 19 Jan 2023 10:22:23 +0100 Subject: [PATCH] 75142 Added QEMU_CPU ARG to the dockerfile (#86178) at the moment when building for armhf its downloading the wrong packages since version 2022.7.6 Trying to start newer version with an armv6 raspberry leads to an infinite loop of exit code 256 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3e212c315c7..fa8f5520f22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ FROM ${BUILD_FROM} ENV \ S6_SERVICES_GRACETIME=220000 +ARG QEMU_CPU + WORKDIR /usr/src ## Setup Home Assistant Core dependencies