ci: 添加多平台构建支持并统一产物命名为 v2 前缀

This commit is contained in:
cnlimiter
2026-03-23 02:39:00 +08:00
committed by Mison
parent 55a2437710
commit cef2f715e0
2 changed files with 8 additions and 7 deletions

View File

@@ -64,5 +64,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max