Skip to content

Commit cb3f0a9

Browse files
authored
build: Remove redundant directive for targetplatform (#124)
1 parent 724d776 commit cb3f0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /src
99
ARG TARGETARCH
1010
RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} go build --installsuffix cgo -ldflags="-s -w -extldflags '-static'" -a -o /configmap-reload configmap-reload.go
1111

12-
FROM --platform=${TARGETPLATFORM} ${BASEIMAGE}
12+
FROM ${BASEIMAGE}
1313

1414
LABEL org.opencontainers.image.source="https://github.com/jimmidyson/configmap-reload"
1515

0 commit comments

Comments
 (0)