mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-19 07:25:19 +00:00
The npb-is image was failing to build on ppc64le with relocation overflow: relocation truncated to fit: R_PPC64_TOC16_HA against symbol 'key_array' Remove ppc64le and s390x from supported architectures: - The IS benchmark with CLASS=D has ~8GB data arrays that require special compiler flags for non-x86 architectures - ppc64le and s390x builds are difficult to test and maintain - Keep amd64 and arm64 which are the primary node performance test targets I don't think these arch(es) ever worked! Signed-off-by: Davanum Srinivas <davanum@gmail.com>