docker-haskell icon indicating copy to clipboard operation
docker-haskell copied to clipboard

Update docs to reflect official stack support for arm64

Open kidq330 opened this issue 1 year ago • 1 comments

https://hub.docker.com/_/haskell/ and the README both assure that stack+arm64 are not yet supported, but the issues they reference look to be all resolved. Is it time to update the docs to reflect this? Possibly with the info on the exact version that started offering official arm64 support?

kidq330 avatar Jan 04 '25 19:01 kidq330

Thank you for the heads-up! Will fix this as soon as I've got time, unless someone addresses this issue in a PR.

develop7 avatar Jan 04 '25 19:01 develop7

@kidq330 You may be interested in GHC muslunofficial and untested binary distributions of GHC on Alpine Linux/{x86_64,AArch64,RISC-V} (64-bit).

Including Stack. Also for Linux/RISC-V (64-bit).

Cross reference:

  • https://gitlab.b-data.ch/commercialhaskell/stack/-/releases

benz0li avatar Jun 01 '25 15:06 benz0li