From 63c325571d77f88e60f6c2ad23ed13027bdf9486 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:35:11 +0000 Subject: [PATCH] fix(merged-ci): Remove ARM docker build --- .github/workflows/merged_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merged_ci.yml b/.github/workflows/merged_ci.yml index 7a5be5f..5946be8 100644 --- a/.github/workflows/merged_ci.yml +++ b/.github/workflows/merged_ci.yml @@ -96,7 +96,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max