Docker: try again to add armv7 support

Let's see if the actions are more stable now

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2023-03-02 18:11:26 +01:00
parent 4ba3ae876d
commit ae90ed2ba0
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -165,7 +165,7 @@ jobs:
context: .
builder: ${{ steps.builder.outputs.name }}
file: ./${{ steps.info.outputs.dockerfile }}
platforms: linux/amd64,linux/arm64,linux/ppc64le
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.info.outputs.tags }}
build-args: |