-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a 0.19.1 binary for linux_arm64 to be used in containers on Apple Silicon (M1) #2283
Comments
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources. |
I just tried to compile the project using docker on a Debian arm64 VM (M1 MacBook) with no luck. I am not familiar with Haskell so I wasn't able to do more |
Have you tried installing via nix? That has worked for me on arm64 (pinebook) but not specifically an M1. |
Any updates to this? :) |
@alshdavid you can find linux-arm64 binaries here: https://github.com/lydell/compiler/releases/tag/0.19.1 |
Is there a way to tell the install script for the https://github.com/elm/compiler/blob/master/installers/npm/download.js#L27 It seems |
@alshdavid If you go to #2287 and scroll to the end of the PR description and expand “Aside about unsupported platforms” you can see how the discussion went about that. |
The elm npm package doesn't support linux/arm64. The easiest option is to force docker to run this as a AMD64 container. Upstream issue: elm/compiler#2283
The elm npm package doesn't support linux/arm64. The easiest option is to force docker to run this as a AMD64 container. Upstream issue: elm/compiler#2283 Signed-off-by: Holger Hans Peter Freyther <[email protected]>
The elm npm package doesn't support linux/arm64. The easiest option is to force docker to run this as a AMD64 container. Upstream issue: elm/compiler#2283 Signed-off-by: Holger Hans Peter Freyther <[email protected]>
The elm npm package doesn't support linux/arm64. The easiest option is to force docker to run this as a AMD64 container. Upstream issue: elm/compiler#2283 Signed-off-by: Holger Hans Peter Freyther <[email protected]>
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:
SSCCE
Additional Details
See also #2234.
The text was updated successfully, but these errors were encountered: