Skip to content

Commit f1199c2

Browse files
Don't use $BUILDPLATFORM image for goreleaser
1 parent 2a49a4d commit f1199c2

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)