Action for ARM - 4

This commit is contained in:
aceberg 2022-08-30 13:18:20 +07:00
parent 0bbe694857
commit e604711f58

View file

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