wiserain / docker-flexget

Docker image for running Flexget
https://hub.docker.com/r/wiserain/flexget
68 stars 40 forks source link

separate build for linux/arm/v7 #82

Closed wiserain closed 1 year ago

wiserain commented 1 year ago

This PR was originally intended to fix issue #81 by updating python cryptography version to the latest. However, python cryptography only provides pre-built wheels for amd64 and aarch64 platforms. Therefore, it is better to separate time-consuming docker build for arm/v7, so it can use pre-built packages from the alpine repo.