mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
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:
parent
8d494c49d1
commit
11f3ef1ed7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user