From 6432438846d9b4704394caa6f994c0a31517c7f3 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Thu, 12 Sep 2024 20:40:55 +0200 Subject: [PATCH] :construction_worker: drop armv7 builds --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 331a902..ce66392 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }}