ory / cli

Create bulk action scripts, automate your tasks, manage your projects, and seamlessly interact with the Ory Network using the Ory command line interface (CLI).
https://www.ory.sh/cli?utm_source=github&utm_medium=banner&utm_campaign=cli
Apache License 2.0
42 stars 22 forks source link

fix: add linux-arm64 binary config into npm #307

Closed jamessharp closed 1 year ago

jamessharp commented 1 year ago

Add configuration to allow the npm package to work on linux-arm64

Related Issue or Design Document

Installing or trying to use the ory cli via npm fails on arm64 linux, even though a binary is available. This PR fixes it.

Checklist