add linux/arm/v7 docker images

This commit is contained in:
Henry Dollman
2024-08-22 15:29:14 -04:00
parent 6766a8120a
commit 2ef54bae36

View File

@@ -67,7 +67,7 @@ jobs:
with: with:
context: '${{ matrix.context }}' context: '${{ matrix.context }}'
file: ${{ matrix.dockerfile }} file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.ref_type == 'tag' }} push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.metadata.outputs.tags }} tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }} labels: ${{ steps.metadata.outputs.labels }}