feat: support armv7

This commit is contained in:
DDSRem
2023-05-20 16:56:49 +08:00
parent 277394c74f
commit 9f0a6cc6f1
2 changed files with 12 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ jobs:
with:
context: .
builder: ${{ steps.buildx.output.name }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}