Skip to content

Commit

Permalink
Merge pull request #9341 from killianmuldoon/pr-explicit-go_arch
Browse files Browse the repository at this point in the history
🌱 Make GO_ARCH explicit in verify_containter script
  • Loading branch information
k8s-ci-robot authored Aug 30, 2023
2 parents a138746 + b76118d commit 36cbd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/verify-container-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
fi

VERSION=${1}
GO_ARCH="$(go env GOARCH)"

REPO_ROOT=$(git rev-parse --show-toplevel)
"${REPO_ROOT}/hack/ensure-trivy.sh" "${VERSION}"
Expand Down

0 comments on commit 36cbd5b

Please sign in to comment.