This commit is contained in:
Jokob-sk
2024-01-05 07:42:43 +11:00
parent d530576e9b
commit 7b70d61dd8
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,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 }}