Background
The current GitHub Actions workflow only supports the amd64 architecture for Docker images. Consequently, users on other platforms (such as Apple Silicon) must rely on emulation to run these images. This leads to performance degradation and a suboptimal developer experience.
This limitation is due to the current GitHub Actions configuration:
What we want
support both: