Просмотр исходного кода

Docker: try again to add armv7 support

Let's see if the actions are more stable now

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 2 лет назад
Родитель
Сommit
ae90ed2ba0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.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: |