Is your feature request related to a problem? Please describe.
The static website won't run on an ARM linux (VM on Mac).
$ sudo docker run --rm -it prakhar1989/static-site
will fail with
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec ./wrapper.sh: exec format error
$ sudo docker run --rm -it --platform=linux/amd64 prakhar1989/static-site
leads to the same.
Describe the solution you'd like
It would be great to have a compatible image or state in the tutorial how to fix this
Additional context
running ubuntu 24.04.2 on MacOS
Is your feature request related to a problem? Please describe.
The static website won't run on an ARM linux (VM on Mac).
$ sudo docker run --rm -it prakhar1989/static-site
will fail with
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec ./wrapper.sh: exec format error
$ sudo docker run --rm -it --platform=linux/amd64 prakhar1989/static-site
leads to the same.
Describe the solution you'd like
It would be great to have a compatible image or state in the tutorial how to fix this
Additional context
running ubuntu 24.04.2 on MacOS