From 7e13280efbfa7009d5a89a5f8a311320b8daaa4d Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Sun, 16 Apr 2023 20:46:41 +0200 Subject: [PATCH] Remove ARMv7 target until node freeze is fixed --- .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 7a639ed..c0f9211 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -58,7 +58,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 with: - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}