Currently facing the same issue on AKS cluster, we have ARM based node pool image version (AKSUbuntu-2204gen2arm64containerd-202410.09.0) but dockerimage build using AMD64 based agents via CI/CD. when we tried to troubleshoot found pod logs as mentioned below "exec /usr/local/bin/docker-entrypoint.sh: exec format error" can anyone help on how to create new nodepool with AMD based OS SKU or how to create dockerfile which support multiple architecture
Note: if buildx is the best solution means kindly let me know how to include it in Github Action workflow step. "docker buildx build --platform linux/amd64 -t ."