k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.35k stars 585 forks source link

Add image for ARM64 Ampere #1281

Closed ader1990 closed 4 months ago

ader1990 commented 4 months ago

Hello,

I saw that there are images tagged for arm64 and linux/arm64/v7, but on Ampere Altra/Emag nodes, the image manifest arch should be linux/arm64/v8.

docker pull ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.

Can you please also add in the manifest the tag for v8 too?

Thank you.