What's Changed
🐛 Bug Fixes
- fix(docker): 修复镜像名大小写问题 (
4d26840) - fix(docker): 修复Go版本为1.25匹配go.mod要求 (
d35e291)
📝 Other Changes
- perf(docker): 优化多平台构建流程 (
b1a1b4a)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| macOS | Intel | ccload-darwin-amd64 |
| macOS | Apple Silicon | ccload-darwin-arm64 |
| Linux | x86_64 | ccload-linux-amd64 |
| Linux | ARM64 | ccload-linux-arm64 |
| Windows | x86_64 | ccload-windows-amd64.exe |
校验和: checksums.txt
🔐 验证下载
# macOS/Linux
sha256sum -c checksums.txt
# Windows (PowerShell)
Get-FileHash ccload-windows-amd64.exe -Algorithm SHA256