Open
Description
Quick Summary:
Please, provide a binary that can be used in a linux container running on an Apple Silicon (arm64) host.
Currently, the binary asset binary-for-linux-64-bit.gz is usable, but it's really slow and can't be used if elm is specified as a project dependency:
<inside the container>
$ which elm
/usr/local/bin/elm
$ npm run build
...
npm ERR! command sh -c node install.js
npm ERR! -- ERROR -----------------------------------------------------------------------
npm ERR!
npm ERR! I am detecting that your computer (linux_arm64) may not be compatible with any
npm ERR! of the official pre-built binaries.
npm ERR!
npm ERR! I recommend against using the npm installer for your situation. Check out the
npm ERR! alternative installers at https://github.com/elm/compiler/releases/tag/0.19.1
npm ERR! to see if there is something that will work better for you.
npm ERR!
npm ERR! From there I recommend asking for guidance on Slack or Discourse to find someone
npm ERR! who can help with your specific situation.
npm ERR!
npm ERR! --------------------------------------------------------------------------------
SSCCE
- Elm: 0.19.1
- Browser: N/A
- Operating System: MacOS arm64 + Ubuntu 20.04 container
Additional Details
See also #2234.
Metadata
Metadata
Assignees
Labels
No labels