Skip to content

Commit 39f9f09

Browse files
committed
gitlab CI generates x64-deb11 images
1 parent 1209433 commit 39f9f09

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitlab-ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
# https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines
66
variables:
77
# Commit of ghc/ci-images repository from which to pull Docker images
8-
DOCKER_REV: "4ed1a4f27828ba96a34662dc954335e29b470cd2"
8+
DOCKER_REV: "9e4c540d9e4972a36291dfdf81f079f37d748890"
99

1010
GHC_VERSION: 9.2.3
1111
CABAL_INSTALL_VERSION: 3.6.2.0
@@ -61,6 +61,16 @@ build-x86_64-linux:
6161
TARBALL_EXT: tar.xz
6262
ADD_CABAL_ARGS: "--enable-split-sections"
6363

64+
build-x86_64-linux-deb11:
65+
extends: .build
66+
tags:
67+
- x86_64-linux
68+
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:$DOCKER_REV"
69+
variables:
70+
TARBALL_ARCHIVE_SUFFIX: x86_64-linux-deb11
71+
TARBALL_EXT: tar.xz
72+
ADD_CABAL_ARGS: "--enable-split-sections"
73+
6474
build-x86_64-linux-alpine:
6575
extends: .build
6676
tags:

0 commit comments

Comments
 (0)