Skip to content

Commit

Permalink
Merge pull request #8384 from haskell/deb11-x64
Browse files Browse the repository at this point in the history
gitlab CI generates deb11 images
  • Loading branch information
mergify[bot] authored Sep 18, 2022
2 parents 23f7b75 + 3c89410 commit 182e2c1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 182e2c1

Please sign in to comment.