Skip to content

Commit e29776d

Browse files
authoredJan 27, 2023
Don't use $BUILDPLATFORM image for goreleaser (#2896)
Signed-off-by: Ruben Simons <[email protected]> Signed-off-by: Ruben Simons <[email protected]>
1 parent 2a49a4d commit e29776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile.goreleaser

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM gcr.io/distroless/static:debug
1+
FROM gcr.io/distroless/static:debug
22
LABEL stage=olm
33
WORKDIR /
44
# bundle unpack Jobs require cp at /bin/cp

0 commit comments

Comments
 (0)
Please sign in to comment.