Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GHC 9.6.4 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add GHC 9.6.4
  • Loading branch information
lolepezy committed Feb 3, 2024
commit fbb134479ad8e0460171faa4101f8f6eb2690bdd
8 changes: 4 additions & 4 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ image:
END
SAVE IMAGE --push "$TAG"

ghc961:
BUILD +image --GHC=9.6.1 --TAG=${BASE_TAG}ghc961
ghc964:
BUILD +image --GHC=9.6.4 --TAG=${BASE_TAG}ghc964

ghc944:
BUILD +image --GHC=9.4.4 --TAG=${BASE_TAG}ghc944
Expand All @@ -108,7 +108,7 @@ readme:
RUN apk add bash gettext
COPY ./update-readme.sh .
RUN ./update-readme.sh \
"${BASE_TAG}ghc961" \
"${BASE_TAG}ghc964" \
"${BASE_TAG}ghc944" \
"${BASE_TAG}ghc927" \
"${BASE_TAG}ghc902" \
Expand All @@ -117,7 +117,7 @@ readme:
SAVE ARTIFACT README.md

all:
BUILD +ghc961
BUILD +ghc964
BUILD +ghc944
BUILD +ghc927
BUILD +ghc902
Expand Down