webgrind
webgrind copied to clipboard
docker image for arm64 (Apple M-series processors)
Sadly, my Apple M1/2 collegues cannot run the docker image. Can you provide an arm64 image?
https://docs.docker.com/build/ci/github-actions/multi-platform/
Sadly, my Apple M1/2 collegues cannot run the docker image.
I have the same problem.
To fix the it, run the docker command with the following argument: --platform=linux/amd64
:
docker run --platform=linux/amd64 --rm -v /path/to/xdebug/files:/tmp -p 80:80 jokkedk/webgrind:latest
For compose files:
platform: linux/amd64