chore(build): add support for linux/arm/v7 platform

This commit is contained in:
2026-06-23 19:53:03 +08:00
parent 2f73a38a2f
commit e487e7f96f

View File

@@ -73,7 +73,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Generate image digest - name: Generate image digest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'