chore: remove arm/v7 form platforms

This commit is contained in:
Steven 2023-09-19 00:34:27 +08:00
parent e119acb0e9
commit 0a811e19ba
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
with: with:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}