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

No non-x64 docker images on GHCR #1

Open
Borketh opened this issue Mar 28, 2022 · 0 comments · May be fixed by #2
Open

No non-x64 docker images on GHCR #1

Borketh opened this issue Mar 28, 2022 · 0 comments · May be fixed by #2

Comments

@Borketh
Copy link

Borketh commented Mar 28, 2022

I was attempting to run smr-frontend in docker on an ARM64 server but found that I could not run it, due to its Dockerfile specifying that yeet be used to serve it.

FROM ghcr.io/vilsol/yeet:v0.5.3 as yeet

It is not able to run it since it is the version that is compiled for x64

/entrypoint.sh: line 7: /yeet: cannot execute binary file: Exec format error

It seems that there are ARM and even PowerPC binaries for this software but no equivalent docker images. Can you publish some, please?

@Borketh Borketh linked a pull request Mar 28, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant