RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

Fix for ARM docker images #226

Closed RandomUser345 closed 1 year ago

RandomUser345 commented 1 year ago

Tested on ARM64v8 and just assuming it will also work for the ARM32v7 since I don't have any means of testing. Fixes #225

RandomNinjaAtk commented 1 year ago

Image should be building now.

RandomUser345 commented 1 year ago

Yes, it does: but this dependency tripled the size of the image... don't know if there is a fix.

RandomNinjaAtk commented 1 year ago

Looks like that solved it... Really strange that the x64 didn't require it. Thanks for the PR...