Remove linux/arm/v7 due to issue with qemu and buildx

This commit is contained in:
Nathan Higley 2022-01-15 15:20:35 -05:00 committed by GitHub
parent 060c70304a
commit 71ffcc38b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ jobs:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
platforms: linux/arm64/v8,linux/amd64
labels: ${{ steps.meta.outputs.labels }}