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 256pull/86213/head
parent
bcd4c031c6
commit
3f348714e2
|
@ -5,6 +5,8 @@ FROM ${BUILD_FROM}
|
|||
ENV \
|
||||
S6_SERVICES_GRACETIME=220000
|
||||
|
||||
ARG QEMU_CPU
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
## Setup Home Assistant Core dependencies
|
||||
|
|
Loading…
Reference in New Issue