Skip to content

Commit a5427b7

Browse files
committed
feat(ci/github/operator): fix
1 parent 24c4806 commit a5427b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/operator-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
--build-arg GIT_SHA=$${{ github.sha }} \
8787
--build-arg VERSION=${OPERATOR_VERSION} \
8888
--build-arg GO_VERSION=${GO_VERSION} \
89-
--platform linux/amd64,linux/arm64 \
89+
--platform linux/amd64 \
9090
${TAGS@L} \
9191
--metadata-file=metadata.json \
9292
-f ../containers/operator.Dockerfile .

containers/operator.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ FROM gcr.io/distroless/static:nonroot
4343

4444
ARG VERSION
4545
ARG GIT_SHA
46+
ARG GO_VERSION
4647

4748
## https://github.com/opencontainers/image-spec/blob/main/annotations.md
4849
LABEL org.opencontainers.image.base.name="gcr.io/distroless/static:nonroot" \

0 commit comments

Comments
 (0)