We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c4806 commit a5427b7Copy full SHA for a5427b7
.github/workflows/operator-container.yaml
@@ -86,7 +86,7 @@ jobs:
86
--build-arg GIT_SHA=$${{ github.sha }} \
87
--build-arg VERSION=${OPERATOR_VERSION} \
88
--build-arg GO_VERSION=${GO_VERSION} \
89
- --platform linux/amd64,linux/arm64 \
+ --platform linux/amd64 \
90
${TAGS@L} \
91
--metadata-file=metadata.json \
92
-f ../containers/operator.Dockerfile .
containers/operator.Dockerfile
@@ -43,6 +43,7 @@ FROM gcr.io/distroless/static:nonroot
43
44
ARG VERSION
45
ARG GIT_SHA
46
+ARG GO_VERSION
47
48
## https://github.com/opencontainers/image-spec/blob/main/annotations.md
49
LABEL org.opencontainers.image.base.name="gcr.io/distroless/static:nonroot" \
0 commit comments