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.
2 parents a138746 + b76118d commit 36cbd5bCopy full SHA for 36cbd5b
hack/verify-container-images.sh
@@ -23,6 +23,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
23
fi
24
25
VERSION=${1}
26
+GO_ARCH="$(go env GOARCH)"
27
28
REPO_ROOT=$(git rev-parse --show-toplevel)
29
"${REPO_ROOT}/hack/ensure-trivy.sh" "${VERSION}"
0 commit comments