From a6877dda7e5f4eb4b6ec6c09c2f16d4fd65ba391 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 17 Oct 2025 15:32:54 +0300 Subject: [PATCH] test arch --- .github/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6a4b2ea..dcc16ae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,6 +11,9 @@ on: force_build: type: boolean default: false + arch: + type: string + default: "linux/amd64,linux/arm64/v8" secrets: VK_TEAMS_BOT_TOKEN: required: true @@ -85,7 +88,7 @@ jobs: tags: | cr.yandex/${{ env.CR_REGISTRY }}/${{ env.CR_REPO }}:${{ env.SHORT_SHA }} cr.yandex/${{ env.CR_REGISTRY }}/${{ env.CR_REPO }}:${{ env.SAFE_TAG }} - platforms: linux/amd64,linux/arm64/v8 + platforms: ${{ inputs.arch }} ssh: default no-cache: ${{ inputs.force_build }} build-args: | -- 2.49.1