GithubHelp home page GithubHelp logo

Comments (4)

andrescv avatar andrescv commented on June 13, 2024

Just checked and it seems that the issue is caused by the GitHub workflow:

https://github.com/openziti/ziti-sdk-nodejs/actions/runs/6024867141/job/16344433907

If you check the Publish Binary to S3 step of the above link, it should publish the binary to:

https://ziti-npm.s3.amazonaws.com/ziti_sdk_nodejs/v0.13.3/Release/ziti_sdk_nodejs-v0.13.3-node-v108-darwin-arm64.tar.gz

But instead is publishing it to:

https://ziti-npm.s3.amazonaws.com/ziti_sdk_nodejs/v0.13.3/Release/ziti_sdk_nodejs-v0.13.3-node-v108-darwin-x64.tar.gz

The reason is that you currently can’t specify the runner architecture (defaults to x64), unless you stablish a self-hosted runner to build the binary for macOS arm64

from ziti-sdk-nodejs.

marvkis avatar marvkis commented on June 13, 2024

I Just also ran into this. Does this mean it won't work for arm64 Mac's?

from ziti-sdk-nodejs.

rentallect avatar rentallect commented on June 13, 2024

We are currently in the middle of efforts related to releasing the next version of the NodeJS SDK. Once that becomes available, installs of the SDK should start working on arm64 Macs. I'll ping you back here once the new release is available.

from ziti-sdk-nodejs.

rentallect avatar rentallect commented on June 13, 2024

We have released version 0.14.1 of this SDK, which has arm64 support for Macs on Node 16, 18, 19, and 20. You should now be able to npm i or yarn add from your Mac. I will now close this issue. Please reopen if you experience any trouble.

from ziti-sdk-nodejs.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.