From ae90ed2ba09c90e5bfe826c2dce231290eb46955 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 2 Mar 2023 18:11:26 +0100 Subject: [PATCH] Docker: try again to add armv7 support Let's see if the actions are more stable now Signed-off-by: Nicola Murino --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6df081f2..c9ef5653 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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: |