From d09e8616ff6da424d3486d11184397ec0acbb4df Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 8 Dec 2023 06:21:02 -0600 Subject: [PATCH] Remove armv7 --- .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 649858f..c68382c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: push: true context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 build-args: | WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }} VERSION=${{ env.VERSION_TAG }}