-
Notifications
You must be signed in to change notification settings - Fork 38
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
aarch64 Linux support #1
Comments
Hey Guys, Is there any plan to support aarch64 in Haskell docker? I was working in this direction earlier too & still eagerly waiting for this. Let me know your take on this |
@psftw @skynet4ps |
Hi All, |
Hi All Kindly refer attached modified dockerfile of haskell package using version-8.8.2 with ARM64 support. I have already tested in our system, it is working fine. |
Hi, initial support has been released. I'm going to track this in #25 , but if anyone following this can try it out it would be greatly appreciated. Note stack does not support aarch64 at least reliably, so is not included. Cheers |
Note: the original GitHub repository was deleted recently, so we've lost all the issues/discussion 😢
We should support an aarch64 variant in addition to x86_64 as soon as it is feasible.
ARM support has been improving in upstream GHC, and with 8.8.1 there are now binaries being published, even though they are not officially supported. I ran in to problems bootstrapping Cabal, and noticed other issues in the GHC issue tracker which makes an 8.8.1 docker image difficult to put together at this time.
The text was updated successfully, but these errors were encountered: