ArmV7 needs more work, PR welcome

This commit is contained in:
dmunozv04
2023-09-04 14:31:13 +02:00
parent fc309102df
commit aad6eea686

View File

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