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:
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!