Skip to content

Commit

Permalink
75142 Added QEMU_CPU ARG to the dockerfile (home-assistant#86178)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Gerigot authored Jan 19, 2023
1 parent bcd4c03 commit 3f34871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM ${BUILD_FROM}
ENV \
S6_SERVICES_GRACETIME=220000

ARG QEMU_CPU

WORKDIR /usr/src

## Setup Home Assistant Core dependencies
Expand Down

0 comments on commit 3f34871

Please sign in to comment.