Skip to content

Commit

Permalink
Use tagged ghc-musl container
Browse files Browse the repository at this point in the history
The issue with ncurses has been fixed upstream and the GHC container has
been rebuilt.

benz0li/ghc-musl#10
  • Loading branch information
paulcadman committed Nov 13, 2024
1 parent eddcd99 commit b6c914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-linux:
name: Build static Linux binary and release
runs-on: ubuntu-latest
container: docker.io/benz0li/ghc-musl@sha256:0c491f49df224947847084159c85f60590c4c0324ecdf0efb366f82ed3b20023
container: quay.io/benz0li/ghc-musl:9.8.2
outputs:
tag: ${{ steps.tag.outputs.value }}
steps:
Expand Down

0 comments on commit b6c914f

Please sign in to comment.