NewFuture / DDNS

:triangular_flag_on_post: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
https://ddns.newfuture.cc/
MIT License
4.31k stars 657 forks source link

Add linux 386 and armv6 platform support to docker build and publish tasks #409

Closed richardzone closed 1 year ago

richardzone commented 1 year ago

Add ARM v6 support so that it can be run on all hardware versions of Raspberry Pi.

Also add 386 support in accordance with Platform support for Official Images

richardzone commented 1 year ago

@NN708 done

NN708 commented 1 year ago

@richardzone Did you close this PR intentionally?

richardzone commented 1 year ago

@NN708 This won't work with six8/pyinstaller-alpine because upstream image was not built with these additional recommended platforms.

Why not just use https://hub.docker.com/_/python image?

NN708 commented 1 year ago

Why not just use https://hub.docker.com/_/python image?

If this works, you can submit another PR.