TheWicklowWolf / eBookBuddy

Book discovery tool that provides recommendations based on selected Readarr books, using Goodreads.
MIT License
42 stars 0 forks source link

Support for ARM64 (Raspberry Pi 64 bit) #6

Closed Snuffy2 closed 3 months ago

Snuffy2 commented 3 months ago

This is admittedly a bit hacky as webdriver_manager isn't detecting arm64 properly: https://github.com/SergeyPirogov/webdriver_manager/issues/619 https://github.com/SergeyPirogov/webdriver_manager/issues/616

When it is built for arm64, the Dockerfile will install the geckodriver using apk. Then the python code will use the installed driver and not the webdriver_manager.

This includes PR #5

Fixes #4

Snuffy2 commented 3 months ago

Sorry, I broke this branch/PR. Creating a new one.