Issue: Using the Docker image under macOS with an arm64 chip causes deadlocks when calling mock files. Seems like there is an issue with the Rosetta 2 emulation for x86. Running the application without Docker on macOS works fine. Tested a local arm64 build with docker and it seems to fixed.
Solution: Added arm64 architecture to the Docker image build process which also allows macOS users to run that image. Also updated the GitHub pipeline actions.
Issue: Using the Docker image under macOS with an arm64 chip causes deadlocks when calling mock files. Seems like there is an issue with the Rosetta 2 emulation for x86. Running the application without Docker on macOS works fine. Tested a local arm64 build with docker and it seems to fixed.
Solution: Added arm64 architecture to the Docker image build process which also allows macOS users to run that image. Also updated the GitHub pipeline actions.