mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-10-31 18:28:13 +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:
@@ -892,9 +892,6 @@ kube::golang::build_binaries() {
|
|||||||
IFS=" " read -ra platforms <<< "${KUBE_BUILD_PLATFORMS:-}"
|
IFS=" " read -ra platforms <<< "${KUBE_BUILD_PLATFORMS:-}"
|
||||||
if [[ ${#platforms[@]} -eq 0 ]]; then
|
if [[ ${#platforms[@]} -eq 0 ]]; then
|
||||||
platforms=("${host_platform}")
|
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
|
fi
|
||||||
|
|
||||||
local -a binaries
|
local -a binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user