更新工作流配置,添加 QEMU 设置步骤;优化日志信息,明确不允许的仓库提示
Some checks failed
checks / check and test (push) Failing after 6m5s
release-nightly / release-image (push) Successful in 17m6s

This commit is contained in:
2025-04-13 23:40:11 +08:00
parent f3622b3d44
commit 314d43d5be
2 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,9 @@ jobs:
with:
fetch-depth: 0 # all history for all branches and tags
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3