15 Commits

Author SHA1 Message Date
endial 745c981980 chore: trigger rebuild
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-27 11:12:46 +08:00
endial cecf2ffd7e style: 更新备注信息 2026-01-20 10:04:17 +08:00
endial 3b53b49e92 docs: 更新说明文档
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-20 09:55:33 +08:00
endial c0e9da5313 feat: 删除Dockerfile中的架构参数 2026-01-20 09:55:26 +08:00
endial 7ce4132555 feat: 更新本地编译脚本 2026-01-20 09:55:20 +08:00
endial 3c2074e0f4 chore: trigger rebuild
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-14 12:12:33 +08:00
endial 2ffe056cca feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 16:10:07 +08:00
endial 5771fc2cef fix: cmake 增加版本限制,规避错误 2026-01-13 16:09:59 +08:00
endial 9eb8800774 fix: 修复流水线配置中触发条件错误
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 10:48:58 +08:00
endial 7d7f607ead docs: 更新说明文档 2026-01-13 10:39:59 +08:00
endial a19124e5b4 chore: trigger rebuild 2026-01-13 10:38:59 +08:00
endial 40e147d6d1 chore: trigger rebuild 2026-01-13 10:38:30 +08:00
endial 3d90f9b644 chore: trigger rebuild 2026-01-13 10:38:23 +08:00
endial 45c103e44c fix: 修复流水线配置中触发条件错误[SKIP CI] 2026-01-13 10:37:48 +08:00
endial 45161f2a5e feat: 更新默认源仓库为 aliyun 2026-01-13 10:37:01 +08:00
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -48,16 +48,12 @@ 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; \
+2 -1
View File
@@ -7,7 +7,8 @@
**版本信息:**
- 3.23
- latest
- 3.23、3.22、3.21
**镜像信息:**