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
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?
The text was updated successfully, but these errors were encountered:
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
It seems that there are ARM and even PowerPC binaries for this software but no equivalent docker images. Can you publish some, please?
The text was updated successfully, but these errors were encountered: