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

Docker | linux/arm64/v8 host platform #14

Open
sjsone opened this issue Dec 19, 2021 · 3 comments
Open

Docker | linux/arm64/v8 host platform #14

sjsone opened this issue Dec 19, 2021 · 3 comments

Comments

@sjsone
Copy link

sjsone commented Dec 19, 2021

I tried using the provided docker-image on a Macbook M1 but got the following error:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown.

This is the command to test it docker run --rm -it pspdev/pspdev:latest /bin/bash

Would it be possible to provide a suitable cross-compiled image via the github actions ?

@sajattack
Copy link
Member

sajattack commented Jan 28, 2022

I'll consider working on this after I get riscv64gc working. The same principles should apply.

@sajattack
Copy link
Member

@sajattack
Copy link
Member

Unfortunately the build job to do this runs for like 3 hours each architecture... So it might not make sense to merge it to the main CI pipeline.

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

No branches or pull requests

2 participants