From 34a54790e109b5bae74379b7cd0b69de31518503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=93=D1=80=D0=B0=D1=87?= =?UTF-8?q?=D1=91=D0=B2?= Date: Mon, 13 Apr 2026 19:00:42 +0300 Subject: [PATCH] add .gitea actions --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index c75d0dc..cd567e6 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -82,7 +82,7 @@ jobs: with: push: true context: . - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.image-tags.outputs.container_images }} build-args: | APP_VERSION=${{ env.APP_VERSION }}