Azure / aks-canipull

Diagnostic tool to perform health check on AKS for image pulls.
MIT License
5 stars 7 forks source link

Docker image does not start on ARM servers #19

Open maybedino opened 1 year ago

maybedino commented 1 year ago

I tried to use the docker image via az aks check-acr to debug an unrelated issue, and got:

standard_init_linux.go:228: exec user process caused: exec format error

I suspect that happens because the node pool uses Dps v5 (ARM Ampere) servers, after switching to Intel servers it worked. Building on ARM works fine, but there is no ARM build in the makefile.