Merge pull request #117508 from BenTheElder/no-worries

drop linux/arm build warning, now that 1.27 is released, this is cove…
This commit is contained in:
Kubernetes Prow Robot 2023-04-20 16:47:10 -07:00 committed by GitHub
commit 0251dde788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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