From f7d43cec44e73b41a92028f4b106a337112ae043 Mon Sep 17 00:00:00 2001 From: Mats Kruskopf Eriksson Date: Fri, 9 Feb 2024 10:43:30 +0100 Subject: [PATCH] remove linux/arm/v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7671255..c8292211 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}