pabloromeo / clusterplex

ClusterPlex is an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
MIT License
410 stars 33 forks source link

clusterplex_worker_dockermod ARM #227

Closed RuiSMagalhaes closed 1 year ago

RuiSMagalhaes commented 1 year ago

👋

Amazing project here 🎉

REQUEST

I can open a PR too if someone point me to the right direction (may I change the gh workflow to include ARM version too? )

pabloromeo commented 1 year ago

Hi! If I'm not mistaken linuxserver dockermods don't actually need to be multi-arch, since they are basically just a transport for scripts and files that the linuxserver base image later incorporates during startup and executes for the actual install on the already running container (which will be running in the proper arch already). It's not actually a container that is started, AFAIK. But I could be wrong. Try to run it and see if you encounter issues, but if I remember correctly I've also run these mods on ARM without issues.

pabloromeo commented 1 year ago

@RuiSMagalhaes were you able to run it?

RuiSMagalhaes commented 1 year ago

👋

Before you answered the first time I successfully ran it with the Custom Docker images - meaning using ghcr.io/pabloromeo/clusterplex_pms:latest and ghcr.io/pabloromeo/clusterplex_worker:latest.

pabloromeo commented 1 year ago

Ah! Glad to hear! 👍