feat: add arm v7

This commit is contained in:
Zhiqiang Li
2023-04-07 10:34:46 +08:00
parent 4377f263f5
commit 75f3c7ba87

View File

@@ -44,7 +44,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
platforms: linux/amd64,linux/arm64/v8 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
pull: true pull: true
labels: | labels: |