Skip to content

Commit

Permalink
Testing platform
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-arzola-imp committed Apr 18, 2024
1 parent db52d5c commit c789e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-node-wrapper/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c789e03

Please sign in to comment.