From a77467c509c00fdb54bee0a6f4b1a80681809a70 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 11 Jul 2023 01:42:59 +0200 Subject: [PATCH] remove armv7 dependencies still failing so no armv7 builds --- .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 7d8659c2..5794c2d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: uses: docker/build-push-action@v4.1.1 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 file: Dockerfile tags: |- ghcr.io/${{ github.repository_owner }}/server:${{ steps.tags.outputs.patch }}, -- 2.34.1