Skip to content
Snippets Groups Projects
Unverified Commit 182e2c15 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #8384 from haskell/deb11-x64

gitlab CI generates deb11 images
parents 23f7b754 3c894107
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ stages:
# https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines
variables:
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV: "4ed1a4f27828ba96a34662dc954335e29b470cd2"
DOCKER_REV: "9e4c540d9e4972a36291dfdf81f079f37d748890"
GHC_VERSION: 9.2.3
CABAL_INSTALL_VERSION: 3.6.2.0
......@@ -61,6 +61,16 @@ build-x86_64-linux:
TARBALL_EXT: tar.xz
ADD_CABAL_ARGS: "--enable-split-sections"
build-x86_64-linux-deb11:
extends: .build
tags:
- x86_64-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:$DOCKER_REV"
variables:
TARBALL_ARCHIVE_SUFFIX: x86_64-linux-deb11
TARBALL_EXT: tar.xz
ADD_CABAL_ARGS: "--enable-split-sections"
build-x86_64-linux-alpine:
extends: .build
tags:
......
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