How to install spectral with curl on an arm64 architecture machine #1892
Unanswered
Jeremy-boo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! git clone https://github.com/stoplightio/spectral.git
yarn
yarn build
yarn workspace @stoplight/spectral-cli pkg . --public --targets node16-linux-arm64 --output ./binaries/spectral If the build succeeds, the binaries can be found in The example above assumes you have Node.js & Yarn installed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a question about how to install spectral with curl on an arm64 architecture machine,Do you have any suggestions of how can I do it? From what I know so far, spectral does not have an arm64 binary package yet.
Beta Was this translation helpful? Give feedback.
All reactions