Replies: 3 comments 2 replies
-
I built the Docker image with GitHub Actions, which has linux/amd64 runners. Guess I'll have to build it on an arm64 v8 platform for it to work on M1. Perhaps this will do: https://github.com/marketplace/actions/run-on-architecture. Though I'll prioritize on fixing the FFmpeg bugs before working on this. It is possible to build the image yourself too. Clone the repo and run docker build in the root directory of the repo should do. I'm not sure if all dependencies for ARM are included though, I don't have an ARM machine to test it out either. |
Beta Was this translation helpful? Give feedback.
-
Since the README mentioned macOS, if it doesn't work using Docker, could you mention something on the main page that it won't work? |
Beta Was this translation helpful? Give feedback.
-
I have an M1Pro MacBook Pro. I followed the instructions to install the latest docker image. When I tried to rescale, it threw up 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
The rescale failed. Is it possible to run this on arm64? Do I need to change a setting somewhere?
Beta Was this translation helpful? Give feedback.
All reactions