cli icon indicating copy to clipboard operation
cli copied to clipboard

Requesting a build for x86_64-unknown-linux-musl:

Open guillainbisimwa opened this issue 11 months ago • 2 comments


Command sh -c node ./npm-install/postinstall.js
npm ERR! https://github.com/railwayapp/cli/releases/download/v3.5.2/railway-v3.5.2-x86_64-unknown-linux-gnu.tar.gz
npm ERR! FetchError: request to https://github.com/railwayapp/cli/releases/download/v3.5.2/railway-v3.5.2-x86_64-unknown-linux-gnu.tar.gz failed, reason: getaddrinfo ENOTFOUND github.com
npm ERR!     at ClientRequest.<anonymous> (file:///home/guillain/.nvm/versions/node/v18.17.1/lib/node_modules/@railway/cli/node_modules/node-fetch/src/index.js:108:11)
npm ERR!     at ClientRequest.emit (node:events:514:28)
npm ERR!     at TLSSocket.socketErrorListener (node:_http_client:501:9)
npm ERR!     at TLSSocket.emit (node:events:514:28)
npm ERR!     at emitErrorNT (node:internal/streams/destroy:151:8)
npm ERR!     at emitErrorCloseNT (node:internal/streams/destroy:116:3)
npm ERR!     at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
npm ERR!   type: 'system',
npm ERR!   errno: 'ENOTFOUND',
npm ERR!   code: 'ENOTFOUND',
npm ERR!   erroredSysCall: 'getaddrinfo'
npm ERR! }

image

guillainbisimwa avatar Feb 28 '24 14:02 guillainbisimwa

Hello, @guillainbisimwa! Thanks for your submission.

Our team will respond soon. If you need more immediate help, try our Forum or our Discord. Thanks!

github-actions[bot] avatar Feb 28 '24 14:02 github-actions[bot]

Well that's weird as first railway cli has a build for alpine (x86_64-unknown-linux-musl), and second, the download link is valid

maddsua avatar Mar 14 '24 20:03 maddsua