From 417ca9ef51aace65e3b1196ff2916cf939fc39f5 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Wed, 10 May 2023 16:03:51 +0200 Subject: [PATCH] Limit build platforms to those supported by webrecorder --- .github/workflows/docker-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 6123c74..dcb6788 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -51,7 +51,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/arm64/v8 + platforms: linux/amd64,inux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}