stefanwerfling / flyingfish

FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.
https://flying-fish.gitbook.io/
GNU General Public License v3.0
45 stars 6 forks source link

Multiplatform support #18

Closed stefanwerfling closed 1 year ago

stefanwerfling commented 1 year ago

Check this: https://blog.thesparktree.com/docker-multi-arch-github-actions

stefanwerfling commented 1 year ago

We now support amd64 and arm64.

Other platforms cannot be created as an image, because the restriction comes from the node docker image, but also because "certbot with pip" only supports amd64 and arm64 installation.