From e22178c170a8f81ff26fa2feb9d13bbec7a1f343 Mon Sep 17 00:00:00 2001 From: Daniil Fedotov Date: Wed, 26 Jun 2024 18:20:57 -0400 Subject: [PATCH] WIP: limit platforms --- .github/workflows/build_docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml index dd844b3383c..b61a3486c59 100644 --- a/.github/workflows/build_docker.yaml +++ b/.github/workflows/build_docker.yaml @@ -68,7 +68,7 @@ jobs: with: context: . file: ${{ inputs.image_file }} - platforms: linux/amd64,linux/arm64 + platforms: ${{ inputs.platforms }} push: true pull: true tags: ${{ steps.meta.outputs.tags }}