Closed
Description
As agreed in #2431 we want to be distributing Alpine binaries. Unfortunately Github doesn't offer any Alpine workers, so we cannot reuse the existing build Github action to generate them.
However, the Gitlab CI contributed by @hasufell is already generating these binaries, e.g.:
https://gitlab.haskell.org/maerwald/haskell-language-server/-/pipelines/44731
Things to be done:
- Record releases in the Gitlab project in order to generate release metadata
- Modify the downloader to fetch the Alpine Linux binaries from Gitlab: https://gitlab.haskell.org/maerwald/haskell-language-server/-/pipelines/44731
I don't know if we want to grab only the Linux binaries from Gitlab, or also the Windows and Mac OS binaries.
This would also be a good opportunity to distribute Apple M1 binaries for the supported GHC versions (#1896)