From 7b2f285f17396b096bb79dd64d47b5f0b5f01432 Mon Sep 17 00:00:00 2001 From: PadowYT2 Date: Mon, 17 Feb 2025 00:18:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D1=83?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20arm64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-if-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-if-tag.yml b/.github/workflows/build-if-tag.yml index 4fa0198..97aa5bc 100644 --- a/.github/workflows/build-if-tag.yml +++ b/.github/workflows/build-if-tag.yml @@ -39,3 +39,4 @@ jobs: with: push: true tags: ${{ steps.metadata.outputs.tags }} + platforms: linux/amd64, linux/arm64