From aec1c4bea831ed8792dbef50193f2175da96c6d1 Mon Sep 17 00:00:00 2001 From: Dmitry Sergeev Date: Thu, 11 Jul 2024 16:07:49 +0400 Subject: [PATCH] WIP --- .github/workflows/build_latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_latest.yaml b/.github/workflows/build_latest.yaml index 7a49bba..d14cd52 100644 --- a/.github/workflows/build_latest.yaml +++ b/.github/workflows/build_latest.yaml @@ -30,7 +30,7 @@ jobs: with: context: . push: false - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.set-image-name.outputs.image }} cache-from: type=gha cache-to: type=gha,mode=max