video_transcoding_docker
                                
                                
                                
                                    video_transcoding_docker copied to clipboard
                            
                            
                            
                        Multiple platform support
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.