kubernetes: make `release` and `quick-release` and `quick-release-images` fail under arm64
machine info:
openlab@node-0:~/go/src/k8s.io/kubernetes$ uname -a
Linux node-0.dims.openlab-pg0.utah.cloudlab.us 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:53 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 32 (23 by maintainers)
The “moby-engine” package on Fedora provides both
/usr/bin/docker
and/usr/bin/dockerd
and related bits so it should be fine in this regard. I assume something else is broken. I’ll figure it out (I hope).i have some more changes in https://github.com/kubernetes/kubernetes/pull/97743 that need to get in @BenTheElder . the kube-cross image is ready, i just have to exercise it properly (which is in that PR). and that one is waiting for golang 1.16
@vielmetti the following should work now if you load up the latest master branch
build/run.sh make generated_files && make quick-release-images
both on
darwin/arm64
andlinux/arm64
. Please try this first, if that works, then try the other targets please.thanks, dims