• Kubernetes Submit Queue's avatar
    Merge pull request #32517 from luxas/fix_arm_ppc64le · 9bc7e36f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Use a patched golang version for building linux/arm
    
    Fixes: #29904
    
    Right now, linux/arm is broken because of an internal limitation in Go.
    I've filed an issue for it here: https://github.com/golang/go/issues/17028
    
    The affected binaries of this limitation are hyperkube and kube-apiserver, which are the largest binaries.
    
    And when we now have a patched go 1.7.1 version for building "unsupported" but important architectures (ref: https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/multi-platform.md), we should also include the patch for ppc64le and start building ppc64le again. 
    
    As soon as @laboger has the patch I need up on Github, I'll include ppc64le to this PR and we'll merge it
    
    TODO:
     - [ ] ~~Update the PR with patches for ppc64le at the same time @luxas~~
     - [x] Push the new kube-cross image @ixdy 
     - [x] Run a full `make release` before to verify nothing breaks @luxas + @ixdy 
     - [ ] Cherrypick into the 1.4 branch @luxas + (who?)
    
    @lavalamp @smarterclayton @ixdy @rsc @davecheney @wojtek-t @jfrazelle @bradfitz @david-mcmahon @pwittrock
    9bc7e36f
Name
Last commit
Last update
..
addons Loading commit data...
aws Loading commit data...
azure Loading commit data...
azure-legacy Loading commit data...
centos Loading commit data...
gce Loading commit data...
gke Loading commit data...
images Loading commit data...
juju Loading commit data...
kubemark Loading commit data...
lib Loading commit data...
libvirt-coreos Loading commit data...
local Loading commit data...
mesos/docker Loading commit data...
openstack-heat Loading commit data...
ovirt Loading commit data...
photon-controller Loading commit data...
rackspace Loading commit data...
saltbase Loading commit data...
skeleton Loading commit data...
ubuntu Loading commit data...
vagrant Loading commit data...
vsphere Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
common.sh Loading commit data...
get-kube-local.sh Loading commit data...
get-kube.sh Loading commit data...
kube-down.sh Loading commit data...
kube-push.sh Loading commit data...
kube-up.sh Loading commit data...
kube-util.sh Loading commit data...
kubectl.sh Loading commit data...
log-dump.sh Loading commit data...
options.md Loading commit data...
test-e2e.sh Loading commit data...
test-network.sh Loading commit data...
test-smoke.sh Loading commit data...
update-storage-objects.sh Loading commit data...
validate-cluster.sh Loading commit data...