Add ARM v7 architecture to Docker images (#741)

This commit is contained in:
Johan Pauwels 2025-12-29 22:52:20 +00:00 committed by GitHub
parent 750f043872
commit 43116cb5a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}