This is an example of how to use the native github actions arm runners to accelerate docker builds. I've started with the official docker distributed build guide and made some modifications:
- add runner to the matrix and parameterize runs-on
- keep
docker/setup-qemu-action@v3
so you could build for other architectures if needed