Skip to content

Commit

Permalink
Use tagged version of ghc-musl in static linux build
Browse files Browse the repository at this point in the history
The issue with alpine ncurses packaging has been fixed upstream the
ghc-musl containers have been rebuilt. Therefore we can resume using the
tagged releases of the ghc-musl container.

benz0li/ghc-musl#10

Thanks @benz0li for help with diagnosing and fixing this issue.

Co-authored-by: Olivier Benz <[email protected]>
  • Loading branch information
paulcadman and benz0li committed Nov 13, 2024
1 parent 536ba6c commit 21a613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-static-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: Build static binary
runs-on: ubuntu-latest
container: docker.io/benz0li/ghc-musl@sha256:0c491f49df224947847084159c85f60590c4c0324ecdf0efb366f82ed3b20023
container: quay.io/benz0li/ghc-musl:9.8.2
steps:
- name: checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 21a613b

Please sign in to comment.