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'm attempting to run this docker image on an Orange Pi 5 by running the following command:
docker run --rm -it ntodd/video-transcoding
Which results in this 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
exec /bin/bash: exec format error
Is it possible for you to build the ntodd/video-transcoding image against multiple platforms? Specifically linux/arm64/v8 for this use case.
The text was updated successfully, but these errors were encountered:
I'm attempting to run this docker image on an Orange Pi 5 by running the following command:
Which results in this error:
Is it possible for you to build the
ntodd/video-transcoding
image against multiple platforms? Specificallylinux/arm64/v8
for this use case.The text was updated successfully, but these errors were encountered: