Apple uses ARM in Macs since 2020.
$ sw_vers
ProductName: macOS
ProductVersion: 14.6.1
BuildVersion: 23G93
$ uname -m
arm64
$ docker --version
Docker version 27.1.1, build 6312585
$ docker run --rm -v "$PWD:/src" -w /src -u "$UID:$GID" kjarosh/latex:2024.3 latexmk -pdf -output-directory=out main.tex
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
...
https://tug.org/texlive/doc.html#platforms
aarch64-linux | GNU/Linux on ARM64
https://github.com/docker-library/official-images#architectures-other-than-amd64
ARMv8 64-bit (arm64v8)
https://hub.docker.com/_/alpine
arm64v8
https://docs.docker.com/build/building/multi-platform/
https://docs.docker.com/reference/cli/docker/buildx/build/#platform
Apple uses ARM in Macs since 2020.
https://tug.org/texlive/doc.html#platforms
https://github.com/docker-library/official-images#architectures-other-than-amd64
https://hub.docker.com/_/alpine
https://docs.docker.com/build/building/multi-platform/
https://docs.docker.com/reference/cli/docker/buildx/build/#platform