Skip to content

Commit 52d8ce4

Browse files
committed
Re generate armhf Dockerfile
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 7853d68 commit 52d8ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1.16/armhf/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.template.erb
33

44
# To set multiarch build for Docker hub automated build.
5-
FROM golang:alpine AS builder
5+
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
66
WORKDIR /go
77
ENV QEMU_DOWNLOAD_SHA256 47ae430b0e7c25e1bde290ac447a720e2ea6c6e78cd84e44847edda289e020a8
88
RUN apk add curl --no-cache

0 commit comments

Comments
 (0)