video_transcoding_docker icon indicating copy to clipboard operation
video_transcoding_docker copied to clipboard

Multiple platform support

Open joshtate opened this issue 1 year ago • 0 comments

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.

joshtate avatar Jul 11 '23 17:07 joshtate