From 11f3ef1ed7d83b754666a94c7ef005d39c757ae5 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 20 Apr 2023 15:47:57 -0700 Subject: [PATCH] drop linux/arm build warning, now that 1.27 is released, this is covered by the release notes dims notes there have been no complaints so far --- hack/lib/golang.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 94a2efc47e96..38663df03381 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -892,9 +892,6 @@ kube::golang::build_binaries() { IFS=" " read -ra platforms <<< "${KUBE_BUILD_PLATFORMS:-}" if [[ ${#platforms[@]} -eq 0 ]]; then platforms=("${host_platform}") - else - kube::log::status "WARNING: linux/arm will no longer be built/shipped by default, please build it explicitly if needed." - kube::log::status " support for linux/arm will be removed in a subsequent release." fi local -a binaries