Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] compatibility for ARM #411

Open
ManuelRUhlig opened this issue Mar 11, 2025 · 1 comment
Open

[FEATURE] compatibility for ARM #411

ManuelRUhlig opened this issue Mar 11, 2025 · 1 comment

Comments

@ManuelRUhlig
Copy link

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

@ManuelRUhlig
Copy link
Author

this is basically a feature request for a previously reported bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant