sentry-cli for Linux arm64 compiled from source (https://github.com/getsentry/sentry-cli)
To install the binary via npm you need to set the sentrycli_cdnurl
property.
npm install @sentry/cli --sentrycli_cdnurl=https://github.com/gersakbogdan/sentry-cli-Linux-arm64/raw/master
Add property into your .npmrc
file (https://www.npmjs.org/doc/files/npmrc.html)
sentrycli_cdnurl=https://github.com/gersakbogdan/sentry-cli-Linux-arm64/raw/master
Another option is to use the environment variable SENTRYCLI_CDNURL
.
SENTRYCLI_CDNURL=https://github.com/gersakbogdan/sentry-cli-Linux-arm64/raw/master npm install @sentry/cli