From 71ffcc38b011e3f5b2c5a42b7ac2d47cfba436b4 Mon Sep 17 00:00:00 2001 From: Nathan Higley Date: Sat, 15 Jan 2022 15:20:35 -0500 Subject: [PATCH] Remove linux/arm/v7 due to issue with qemu and buildx --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index facf5d6..80332a1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -66,5 +66,5 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - platforms: linux/arm/v7,linux/arm64/v8,linux/amd64 + platforms: linux/arm64/v8,linux/amd64 labels: ${{ steps.meta.outputs.labels }}