Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Update to support M1 architecture #99

@kikiya

Description

@kikiya

Currently the install fails when using on M1 architecture Macs but the current fix is pretty straight forward:

Based on issue protocolbuffers/protobuf#8557

We should be able to add these lines and might want to reference the above PR in comments.

case "arm64":
          return makeDownloadFile("osx-x86_64"); 

The change should be added in this block --

https://github.com/lightbend/akkaserverless-javascript-sdk/blob/69f5578a000b990d02d685ffcf8514e89d985e48/sdk/bin/download-protoc.js#L17

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions