Skip to content

Commit

Permalink
fix(ci/napi): rustup target add for Linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 25, 2022
1 parent 625a2d0 commit 35b2927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/napi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
build: >-
set -e &&
rustup target add aarch64-unknown-linux-gnu &&
yarn build --target aarch64-unknown-linux-gnu &&
aarch64-unknown-linux-gnu-strip *.node
- host: ubuntu-latest
Expand Down

0 comments on commit 35b2927

Please sign in to comment.