mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 17:46:32 +00:00
Define CPU architecture to fix armhf builds (#5670)
This commit is contained in:
parent
0acef4a6e6
commit
a8d2743f56
@ -9,7 +9,8 @@ ENV \
|
|||||||
|
|
||||||
ARG \
|
ARG \
|
||||||
COSIGN_VERSION \
|
COSIGN_VERSION \
|
||||||
BUILD_ARCH
|
BUILD_ARCH \
|
||||||
|
QEMU_CPU
|
||||||
|
|
||||||
# Install base
|
# Install base
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user