diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 34762990..00cff43a 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -15,6 +15,10 @@ jobs: target: x86_64-apple-darwin buildCommand: | cd $SDK_JS_HOME && npm run build -- --target x86_64-apple-darwin + - host: macos-latest + target: aarch64-apple-darwin + buildCommand: | + cd $SDK_JS_HOME && npm run build -- --target aarch64-apple-darwin name: stable - ${{ matrix.settings.target }} - node@16 runs-on: ${{ matrix.settings.host }} steps: @@ -45,7 +49,7 @@ jobs: - name: Cargo build run: cargo build - - name: Build + - name: NAPI-RS build shell: bash run: ${{ matrix.settings.buildCommand }}