7 Commits

Author SHA1 Message Date
endial 674960bbbf docs: 更新说明文档
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-20 10:13:57 +08:00
endial 503ebce3d6 feat: 删除Dockerfile中的架构参数 2026-01-20 10:13:52 +08:00
endial d457ab7d47 feat: 更新本地编译脚本 2026-01-20 10:13:44 +08:00
endial eaae8b36c6 feat: 更新用户自定义配置路径 2026-01-20 10:09:44 +08:00
endial cfc74f136f feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 16:15:38 +08:00
endial a70f372622 fix: 修复流水线配置中触发条件错误[SKIP CI] 2026-01-13 10:58:45 +08:00
endial a960fae662 feat: 更新为基于 Woodpecker 流水线的编译版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 10:26:11 +08:00
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
**版本信息:**
- latest
- 3.23、3.22
- 3.23
**镜像信息:**
+1 -1
View File
@@ -4,7 +4,7 @@
# Docker 镜像构建脚本 - 主入口
# 编译后镜像名称
export IMAGE_NAME="alpine-builder"
export IMAGE_NAME="alpine"
# 依赖镜像的仓库地址(本镜像需要依赖原生 alpine 镜像)
export REGISTRY_URL="swr.cn-north-4.myhuaweicloud.com/img-sync/docker.io/"
# 源仓库地址(本地编译时,使用阿里云源仓库)