From e190e179b3c1e2b3570b88c65f1a8d90b016a688 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 5 Sep 2023 13:37:48 +0200 Subject: [PATCH] Document `cluster/gce/gci/mounter` as static binary The binary is already statically linked so we should mark it correctly as-is. Signed-off-by: Sascha Grunert --- hack/lib/golang.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 983ff368e25..ec820f66438 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -330,6 +330,7 @@ readonly KUBE_STATIC_LIBRARIES=( kubectl kubectl-convert kubemark + mounter ) # Fully-qualified package names that we want to instrument for coverage information.