发布 0.2.0:模型池自愈、探测修正、任务异步触发与删除加固
CI / test (push) Successful in 32s
Release / release (push) Successful in 52s

This commit is contained in:
2026-07-10 20:25:37 +08:00
parent dbba1f4905
commit 7706f59549
19 changed files with 978 additions and 107 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
echo "IMAGE=${REGISTRY}/${{ gitea.repository }}" >> "$GITHUB_ENV"
echo "BUILD_TIME=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> "$GITHUB_ENV"
- name: 下载 DASH_VERSION 固定版本的前端 dist.zip,校验后解压进嵌入目录
- name: 下载前端 dist.zip
env:
TOKEN: ${{ secrets.BUILD_TOKEN }}
run: |
@@ -36,7 +36,7 @@ jobs:
unzip -q dist.zip -d internal/webui/dist
test -f internal/webui/dist/index.html
- name: 构建双架构二进制(artifact stage 导出)
- name: 构建双架构二进制
run: |
docker buildx build --pull \
--platform linux/amd64,linux/arm64 \