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:
parent
bcd4c031c6
commit
3f348714e2
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ FROM ${BUILD_FROM}
|
|||
ENV \
|
||||
S6_SERVICES_GRACETIME=220000
|
||||
|
||||
ARG QEMU_CPU
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
## Setup Home Assistant Core dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue