c-bata / kube-prompt

An interactive kubernetes client featuring auto-complete.
MIT License
1.78k stars 133 forks source link

Added support to build ARM32 binary #61

Closed kopwei closed 4 years ago

kopwei commented 4 years ago

Currently, Raspberry Pi 4 only has ARM32 support officially (Ubuntu ARM64 doesn't support RPi 4). Raspbian for RPi 4 will only have 32bit armhf support for long time. In order to support K8s cluster composed of RPi4, we need to have binaries built for arm arch.

https://github.com/c-bata/kube-prompt/issues/60