Not build armv7 docker

Only build amd64 and arm64 images due to missing wheels on armv7
This commit is contained in:
David
2022-02-21 22:27:48 +01:00
committed by GitHub
parent 5366d6c5f3
commit 939084751a

View File

@@ -38,6 +38,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm/v7, linux/arm64
platforms: linux/amd64, linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/dmunozv04/isponsorblocktv:latest