CI docker: remove armv7 support

CI is still unreliable if we enable armv7 support
This commit is contained in:
Nicola Murino
2021-11-16 09:07:10 +01:00
parent 200b1d08c7
commit 46157ebbb6
2 changed files with 12 additions and 12 deletions

View File

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