haskell / docker-haskell

MIT License
63 stars 37 forks source link

feat: introduce bullseye builds for 9.6.6 #135

Closed develop7 closed 3 months ago

develop7 commented 4 months ago

Falls back to buster bindist on aarch64,

Totto16 commented 3 months ago

Is there a reason why this is still a draft? Is there help needed or can I help in any way possible. (I know my way around docker images and am not new to the topic)

I am asking this, since I am using the stackage LTS snapshots, and they updated the LTS over a month ago to Haskell 9.6.6: see here

develop7 commented 3 months ago

Is there a reason why this is still a draft?

I've tried to produce deb11 images for aarch64 with deb10 bindists, to no avail

Totto16 commented 3 months ago

Is there a reason why this is still a draft?

I've tried to produce deb11 images for aarch64 with deb10 bindists, to no avail

Oh I see, there is no release ghc-9.6.6-aarch64-deb11-linux.tar.xz 😓

develop7 commented 3 months ago

Superseded by #137