build: Remove armv7 support (#702)

This commit is contained in:
Kroese 2024-04-26 04:16:46 +02:00 committed by GitHub
parent 1bac5c8a7f
commit 3a5895fa0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ jobs:
context: .
push: true
provenance: false
platforms: linux/amd64,linux/arm64,linux/arm
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}