ARMv6 test #527 - added to prod image

This commit is contained in:
Jokob-sk
2024-01-05 08:00:54 +11:00
parent 7b70d61dd8
commit 467e24d167

View File

@@ -76,7 +76,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}