16 Commits

Author SHA1 Message Date
endial 1830ca2a6d docs: 更新说明文档
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-20 09:54:52 +08:00
endial db02b9a63c feat: 删除Dockerfile中的架构参数 2026-01-20 09:54:44 +08:00
endial 7ff98e11f6 feat: 更新本地编译脚本 2026-01-20 09:54:38 +08:00
endial 7987b9f67e feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 16:09:01 +08:00
endial 8e8aa1b9cf fix: cmake 增加版本限制,规避错误 2026-01-13 16:08:49 +08:00
endial 3cea1c6f39 feat: 更新 Submodule 版本 2026-01-13 14:54:38 +08:00
endial b45a14a42d feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 14:43:29 +08:00
endial cc9861b622 feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 14:33:31 +08:00
endial c454fc624d fix: cmake 增加版本限制,规避错误 2026-01-13 14:33:03 +08:00
endial 78e8e5b2ca feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 14:20:56 +08:00
endial 963dbeb01d feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 14:10:46 +08:00
endial 0fe0fc68a0 feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-13 14:06:36 +08:00
endial f75982bf58 fix: 修复流水线配置中触发条件错误[SKIP CI] 2026-01-13 10:51:40 +08:00
endial 0589d83b1e feat: 合并 main 分支最新版本更新
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-12 17:52:42 +08:00
endial f1ec16343e feat: 更新 Submodule 版本 2026-01-12 17:48:32 +08:00
endial 4db9b95113 feat: 更新为基于 Woodpecker 流水线的编译版本 2026-01-12 17:36:57 +08:00
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -48,12 +48,16 @@ COPY .ci/common/alpine /
RUN set -eux; \
\
# 选择软件包源,以加速后续软件包安装
select_source ${APT_SOURCE}; \
\
# 安装常用的软件包
install_pkg bash tzdata dumb-init curl; \
\
# 配置时区默认为 Shanghai
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime; \
\
# 增加 musl 版本的 locales 支持,并设置默认为 UTF-8
apk add --no-cache libintl; \
apk add --no-cache --virtual .locale_build git cmake make musl-dev gcc gettext-dev; \
git clone https://gitlab.com/rilian-la-te/musl-locales; \
+1 -2
View File
@@ -7,8 +7,7 @@
**版本信息:**
- latest
- 3.23、3.22、3.21
- 3.23
**镜像信息:**