Skip to content

Commit

Permalink
ghc: 9.2.3 -> 9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Jul 30, 2022
1 parent 3a2b04c commit b4df8b9
Showing 1 changed file with 4 additions and 4 deletions.
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"

ghc923:
BUILD +image --GHC=9.2.3 --TAG=${BASE_TAG}ghc923
ghc924:
BUILD +image --GHC=9.2.4 --TAG=${BASE_TAG}ghc924

ghc902:
BUILD +image --GHC=9.0.2 --TAG=${BASE_TAG}ghc902
Expand All @@ -102,14 +102,14 @@ readme:
RUN apk add bash gettext
COPY ./update-readme.sh .
RUN ./update-readme.sh \
"${BASE_TAG}ghc923" \
"${BASE_TAG}ghc924" \
"${BASE_TAG}ghc902" \
"${BASE_TAG}ghc8107" \
"${BASE_TAG}ghc884"
SAVE ARTIFACT README.md

all:
BUILD +ghc923
BUILD +ghc924
BUILD +ghc902
BUILD +ghc8107
BUILD +ghc884
Expand Down

0 comments on commit b4df8b9

Please sign in to comment.