Hello,
The docker image can't be pulled directly from docker hub on ARM based devices (such as the M series MacBooks). However I can build the image using the dockerfile locally, with no changes needed (since the alpine base image already supports multiple architectures). Can the uploaded images include an ARM64 build as well? I'm happy to test and send PRs to the docker buildx configuration if needed. Thank you