Skip to content

Commit

Permalink
gitlab CI generates x64-deb11 images
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored and mergify[bot] committed Aug 16, 2022
1 parent 1b6a524 commit d717c2c
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 d717c2c

Please sign in to comment.