feat: remove armv7

This commit is contained in:
Zhiqiang Li
2023-04-07 10:52:21 +08:00
parent 8306ef966e
commit 3dabf0c6b3

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,linux/arm/v7 platforms: linux/amd64,linux/arm64
push: true push: true
pull: true pull: true
labels: | labels: |