From: Marcel van der Veldt Date: Mon, 10 Jul 2023 23:42:59 +0000 (+0200) Subject: remove armv7 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a77467c509c00fdb54bee0a6f4b1a80681809a70;p=music-assistant-server.git remove armv7 dependencies still failing so no armv7 builds --- 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 }},