Rework dockerfile and build for armv7

This commit is contained in:
dmunozv04
2024-03-12 22:40:23 +01:00
parent 4dd6aa1c4d
commit 80196b19aa
2 changed files with 19 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
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 }}