ci: 优化构建速度
- 移除 arm64 平台(QEMU 模拟导致构建慢 10-20 倍) - 移除 no-cache(启用 Docker 层缓存,依赖不变时复用) - 预计构建时间从 10-30 分钟降至 2-3 分钟
This commit is contained in:
@@ -51,5 +51,4 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
no-cache: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user