|
|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
| 系统环境 (System) | 架构支持 (Architecture) | 说明 (Description) |
|
|
|
| ---------: |:------------------- |:---------|
|
|
|
-| Docker | 支持8种架构 (8 architectures) <br> [Github Registry](https://ghcr.io/newfuture/ddns) <br> [Docker Hub](https://hub.docker.com/r/newfuture/ddns) | 🚀 `docker pull newfuture/ddns:${BUILD_VERSION}` |
|
|
|
+| Docker | x64,386,arm64,armv7,armv6,ppc64le,s390x,riscv64<br>[Github Registry](https://ghcr.io/newfuture/ddns) <br> [Docker Hub](https://hub.docker.com/r/newfuture/ddns) | 支持8种架构 <br/>`docker pull ghcr.io/newfuture/ddns:${BUILD_VERSION}` <br/> 🚀 `docker pull newfuture/ddns:${BUILD_VERSION}` |
|
|
|
| Windows | [64-bit (ddns-windows-x64.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-x64.exe) <br> [32-bit (ddns-windows-x86.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-x86.exe) <br> [ARM (ddns-windows-arm64.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-arm64.exe) | 在最新 Windows 10 和 Windows 11 测试。 <br> ✅ Tested on Windows 10 and Windows 11 |
|
|
|
| GLIBC Linux | [64-bit (ddns-glibc-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_amd64)<br> [32-bit (ddns-glibc-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_386) <br> [ARM64 (ddns-glibc-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm64)<br> [ARM/V7 (ddns-glibc-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm_v7) | 常规Linux桌面或服务器,需GLIBC≥2.28。<br>(如 Debian 9+、Ubuntu 20.04+、CentOS 8+)<br> 🐧 For common Linux desktop/server with GLIBC ≥ 2.28 |
|
|
|
| Musl Linux | [64-bit (ddns-musl-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_amd64) <br> [32-bit (ddns-musl-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_386) <br> [ARM64 (ddns-musl-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm64)<br> [ARM/V7 (ddns-musl-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm_v7) <br> [ARM/V6 (ddns-musl-linux_arm_v6)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm_v6) | 适用于OpenWRT及嵌入式系统(musl ≥ 1.1.24),如OpenWRT 19+;ARMv6未测试。<br> 🛠️ For OpenWRT and embedded systems with musl ≥ 1.1.24. ARMv6 not tested. |
|
|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
---
|
|
|
|
|
|
-## Docker (推荐 Recommended) [](https://hub.docker.com/r/newfuture/ddns)
|
|
|
+## Docker (推荐 Recommended) [](https://hub.docker.com/r/newfuture/ddns)
|
|
|
|
|
|
```bash
|
|
|
# 当前版本 (Current version)
|