Skip to content
Snippets Groups Projects
Verified Commit 804f261f authored by Olivier Benz's avatar Olivier Benz
Browse files

Rebuild GHC version 9.10.1

- Fall back to GHC 9.8.2 for bootstrapping
parent 1239e6fd
No related branches found
No related tags found
No related merge requests found
Pipeline #33307 passed
......@@ -5,8 +5,8 @@ ARG STACK_VERSION
ARG GHC_VERSION_BUILD=${GHC_VERSION}
ARG CABAL_VERSION_BUILD=${CABAL_VERSION}
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.3-linux-amd64 AS bootstrap-amd64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.3-linux-arm64v8 AS bootstrap-arm64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-amd64 AS bootstrap-amd64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-arm64v8 AS bootstrap-arm64
FROM glcr.b-data.ch/ghc/ghc-musl:9.8.2-linux-riscv64 AS bootstrap-riscv64
FROM bootstrap-${TARGETARCH}${TARGETVARIANT} AS bootstrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment