From f3e6ba8f37a83874a8b0e673350d31308e60a6b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:54:56 +0000 Subject: [PATCH 1/2] Initial plan From 71eb1edf076827a3a7eccd6f05b8a225b6d3699c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:59:27 +0000 Subject: [PATCH 2/2] Fix Docker build platforms to match available Node.js image architectures Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com> --- .github/workflows/main-docker.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main-docker.yml b/.github/workflows/main-docker.yml index f020a04a1e..24612ffe09 100644 --- a/.github/workflows/main-docker.yml +++ b/.github/workflows/main-docker.yml @@ -116,12 +116,6 @@ jobs: - dockerfile: Dockerfile platform: linux/arm64 image: ubuntu-24.04-arm - - dockerfile: Dockerfile - platform: linux/arm/v7 - image: ubuntu-24.04-arm - - dockerfile: Dockerfile - platform: linux/arm/v8 - image: ubuntu-24.04-arm runs-on: ${{ matrix.image }} needs: - test_docker