From cf407ff28fe059cfb1cf85ba274209725076f8cc Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 19 Nov 2025 15:55:17 +0100 Subject: [PATCH] chore: remove arm build --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1f9c846..e3dbb65 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -98,7 +98,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}