Was using Azure Container Apps and on deploy the command failed to provision the container and told me to check log analytics. When I checked I only see a single log from the container that says:
standard_init_linux.go:228: exec user process caused: exec format error
What's the issue here?
platform: linux/amd64
to your docker-compose.yml should do the trick with the least amount of effort, as seen here: #69709366 – Herniorrhaphy