rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

Add arm64 image build to registry #114

Open nandi95 opened 3 weeks ago

nandi95 commented 3 weeks ago

If using servarr on a rpi5 it won't be able to run deleterr due to the following:

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Can this platform be added to the build process. This is an option on the docker/build-push-action@v5