You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: