forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
475 stars 90 forks source link

exec /entrypoint: exec format error on linux/arm64 platform #94

Open AmericanBagel opened 12 months ago

AmericanBagel commented 12 months ago

I tried using ddrive on my linux/amd64 laptop, and I was able to run it successfully. However, upon trying to run it on my Raspberry Pi (linux/arm64 platform), I kept getting the following error: exec /entrypoint: exec format error

To figure out the problem, I tried building the docker image on my amd64 laptop with the --platform linux/arm64 argument, and I got the same error. :shrug:

Awesome project though!