From c789e03bd8b48ebf7ec4c2c7b85af1950dd3ec04 Mon Sep 17 00:00:00 2001 From: Alex Arzola Date: Thu, 18 Apr 2024 13:04:16 -0600 Subject: [PATCH] Testing platform --- .github/workflows/build-node-wrapper/action.yml | 1 + .github/workflows/node.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-node-wrapper/action.yml b/.github/workflows/build-node-wrapper/action.yml index 4960fa889c..834090acf7 100644 --- a/.github/workflows/build-node-wrapper/action.yml +++ b/.github/workflows/build-node-wrapper/action.yml @@ -58,6 +58,7 @@ runs: os: ${{ inputs.os }} target: ${{ inputs.target }} github-token: ${{ inputs.github-token }} + platforms: linux/arm64 - name: Create package.json file uses: ./.github/workflows/node-create-package-file diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index c8933e9857..a3f7a56861 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -182,7 +182,7 @@ jobs: build-linux-musl-latest: runs-on: ubuntu-latest container: - image: arm64v8/node:18.19.0-alpine --platform linux/arm64 + image: arm64v8/node:18.19.0-alpine # image: node:18.19.0-alpine timeout-minutes: 15 steps: