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 17, 2024
1 parent 1e51c1e commit db52d5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- name: Build Node wrapper
uses: ./.github/workflows/build-node-wrapper
with:
platforms: linux/arm64
os: "ubuntu-latest"
target: "x86_64-unknown-linux-gnu"
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -183,7 +182,7 @@ jobs:
build-linux-musl-latest:
runs-on: ubuntu-latest
container:
image: arm64v8/node:18.19.0-alpine
image: arm64v8/node:18.19.0-alpine --platform linux/arm64
# image: node:18.19.0-alpine
timeout-minutes: 15
steps:
Expand Down

0 comments on commit db52d5c

Please sign in to comment.