Skip to content

Commit

Permalink
Merge pull request #117508 from BenTheElder/no-worries
Browse files Browse the repository at this point in the history
drop linux/arm build warning, now that 1.27 is released, this is cove…
  • Loading branch information
k8s-ci-robot committed Apr 20, 2023
2 parents 8d494c4 + 11f3ef1 commit 0251dde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0251dde

Please sign in to comment.