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
This commit is contained in:
Benjamin Elder 2023-04-20 15:47:57 -07:00
parent 8d494c49d1
commit 11f3ef1ed7

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