From 8461a645d69769e3cde1b02e643ff8e7c3b4a907 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 21 May 2022 14:48:39 -0700 Subject: [PATCH] Add comment on build_binaries_for_platform --- hack/lib/golang.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index b3713e31570..d21331ba887 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -688,6 +688,8 @@ kube::golang::build_some_binaries() { fi } +# Args: +# $1: platform (e.g. darwin/amd64) kube::golang::build_binaries_for_platform() { # This is for sanity. Without it, user umasks can leak through. umask 0022