From 813b323a59bfade7db9ec50de7334ab7269176f2 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Thu, 15 Feb 2024 17:52:08 +0530 Subject: [PATCH] arm64 packagging on setup-node --- .github/workflows/build-tool-packages.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 4a15f0f..f9826c0 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -37,8 +37,14 @@ jobs: platform: [linux, darwin, win32] architecture: [x64] include: - - architecture: arm64 - platform: darwin + - platform: darwin + architecture: arm64 + - platform: linux + architecture: arm64 + - platform: win32 + architecture: arm64 + + steps: - uses: actions/checkout@v3 with: @@ -110,7 +116,7 @@ jobs: working-directory: ${{ runner.temp }}/${{ env.ARTIFACT_NAME }} - name: Setup Node.js ${{ inputs.tool-version }} - if: inputs.tool-name == 'node' + if: inputs.tool-name == 'node' && matrix.node == true uses: actions/setup-node@v3 with: node-version: ${{ inputs.tool-version }}