From 56fcca6fd8d52782c49aefb27c7f28816e18e9f3 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 7 Dec 2023 23:47:06 -0600 Subject: [PATCH] Remove armv6 build As build is hanging, remove it. --- .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 23345a7..649858f 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/v6,linux/arm/v7 + platforms: linux/amd64,linux/arm64,linux/arm/v7 build-args: | WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }} VERSION=${{ env.VERSION_TAG }}