tisonkun commented on code in PR #249:
URL: 
https://github.com/apache/pulsar-client-node/pull/249#discussion_r1032162851


##########
.github/workflows/ci-build-release-napi.yml:
##########
@@ -41,13 +41,16 @@ jobs:
       - name: Build CPP dependencies lib
         if: steps.cache-dependencies.outputs.cache-hit != 'true'
         run: |
-          export ARCH=${{ matrix.arch }}
+          if [ "${{ matrix.arch }}" = "x64" ]; then
+            export ARCH=x86_64
+          else
+            export ARCH=${{ matrix.arch }}
+          fi

Review Comment:
   It confuses me that we changed `arch` to `x64` above be resolved it to 
`x86_64` again here - what's the difference?



-- 
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]

Reply via email to