Ubuntu – "exec format error" running arm64 docker image using dotnet
I am trying to build and run docker image with dotnet on arm64 architecture. I can see that the image was properly built as a MULTI-PLATFORM, see this Docker Hub image. It contains both amd64 and arm64. I have a…