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
This commit is contained in:
Patrick
2023-01-19 10:22:23 +01:00
committed by GitHub
parent bcd4c031c6
commit 3f348714e2

View File

@@ -5,6 +5,8 @@ FROM ${BUILD_FROM}
ENV \
S6_SERVICES_GRACETIME=220000
ARG QEMU_CPU
WORKDIR /usr/src
## Setup Home Assistant Core dependencies