Skip to content

Commit b6e9554

Browse files
Don't use $BUILDPLATFORM image for goreleaser
Signed-off-by: Ruben Simons <[email protected]>
1 parent 2a49a4d commit b6e9554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)