Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

build cni for more than just amd64 #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zobelhelas
Copy link

Before this change non-amd64 containers contained amd64 binaries. This
commit changes this behaviour. Some architectures like arm64 or amd64
report themself different with 'uname -m', thus this needs mapping to
the architecture named packages of cni and cni-plugins.

This should fix #10.

Before this change non-amd64 containers contained amd64 binaries. This
commit changes this behaviour. Some architectures like arm64 or amd64
report themself different with 'uname -m', thus this needs mapping to
the architecture named packages of cni and cni-plugins.
Signed-off-by: Martin Zobel-Helas <martin.zobel-helas@credativ.de>
Signed-off-by: Martin Zobel-Helas <martin.zobel-helas@credativ.de>
@vielmetti
Copy link

Would it be possible to take a look at this? It appears to be a blocker for kubespray, per kubernetes-sigs/kubespray#2551

Copy link

@xin3liang xin3liang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on arm64, it can build and flannel network is working.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release images for other architectures
3 participants