shayaantx / botdarr

Slack/Discord/Telegram/Matrix bot for accessing radarr, sonarr, and lidarr
GNU General Public License v3.0
157 stars 12 forks source link

Add support for arm64 and armhf #40

Closed shayaantx closed 3 years ago

shayaantx commented 3 years ago

Had to add a new dockerfile to really support arm v7 (or armhf) easily

There will be a new tag for 32bit arm builds (latest-armv7 or -armv7)

Including this 32bit arch image with the existing latest/version tags wasn't trivial with buildx and requires some customization outside of the build-and-push github action (so to save time I didn't implement it for now) - since the action really only supports one dockerfile (if I could do a file per platform, that would be nice)