Skip to content

Commit a8d2743

Browse files
authored
Define CPU architecture to fix armhf builds (#5670)
1 parent 0acef4a commit a8d2743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ENV \
99

1010
ARG \
1111
COSIGN_VERSION \
12-
BUILD_ARCH
12+
BUILD_ARCH \
13+
QEMU_CPU
1314

1415
# Install base
1516
WORKDIR /usr/src

0 commit comments

Comments
 (0)