Skip to content

Commit 36cbd5b

Browse files
authored
Merge pull request #9341 from killianmuldoon/pr-explicit-go_arch
🌱 Make GO_ARCH explicit in verify_containter script
2 parents a138746 + b76118d commit 36cbd5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/verify-container-images.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
2323
fi
2424

2525
VERSION=${1}
26+
GO_ARCH="$(go env GOARCH)"
2627

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

0 commit comments

Comments
 (0)