shibd commented on code in PR #250:
URL:
https://github.com/apache/pulsar-client-node/pull/250#discussion_r1036663536
##########
.github/workflows/ci-build-release-napi.yml:
##########
@@ -57,6 +65,7 @@ jobs:
npx node-pre-gyp build --target_arch=${{ matrix.arch }}
- name: Test loading Node binaries lib
+ if: matrix.arch == 'x64'
Review Comment:
Because GitHub's runner arch is x64, it can't run Arm64 binaries
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]