• hui luo's avatar
    Check KUBE_SERVER_PLATFORMS existence · 6c8aabc8
    hui luo authored
    when compile kubectl on platform other than
    linux/amd64, we need to check the KUBE_SERVER_PLATFORMS
    array emptiness before assign it.
    
    the example command is:
    make WHAT=cmd/kubectl KUBE_BUILD_PLATFORMS="darwin/amd64 windows/amd64"
    6c8aabc8