1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Define CPU architecture to fix armhf builds (#5670)

This commit is contained in:
Stefan Agner
2025-02-25 11:36:35 +01:00
committed by GitHub
parent 0acef4a6e6
commit a8d2743f56

View File

@@ -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