@esaron I’ve tested your docker-compose.yml on my Mac M3 and it worked with no issues. I’ve also tested it on my Ubuntu server that runs on the Intel chipset. It failed as yours.
Once I removed the below line it worked on Ubuntu too.
`-XX:UseSVE=0`
This line is designed for ARM processors. I think GitHub action spins a Docker container on an Intel based platform.