Skip to content

Commit

Permalink
Merge pull request #8867 from haskell/mergify/bp/3.10/pr-8851
Browse files Browse the repository at this point in the history
GitLab CI: Add aarch64-linux-deb{10,11} (backport #8851)
  • Loading branch information
mergify[bot] authored Mar 21, 2023
2 parents 8b17e2d + 3c67da2 commit 2467d33
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,35 @@ workflow:
paths:
- out/*

build-x86_64-linux:
build-linux:
extends: .build
parallel:
matrix:
- PLATFORM:
- i386-linux-deb9
- x86_64-linux-centos7
- x86_64-linux-deb9
- x86_64-linux-fedora33
- x86_64-linux-rocky8
- x86_64-linux-ubuntu18_04
- x86_64-linux-ubuntu20_04
- x86_64-linux-deb10
- x86_64-linux-deb11
- ARCH: i386
TAG: x86_64-linux
OS:
- deb9
- ARCH: x86_64
TAG: x86_64-linux
OS:
- centos7
- deb9
- fedora33
- rocky8
- ubuntu18_04
- ubuntu20_04
- deb10
- deb11
- ARCH: aarch64
TAG: aarch64-linux
OS:
- deb10
- deb11
tags:
- x86_64-linux
- $TAG
image: "registry.gitlab.haskell.org/ghc/ci-images/$PLATFORM:$DOCKER_REV"
variables:
PLATFORM: "${ARCH}-linux-${OS}"
TARBALL_ARCHIVE_SUFFIX: $PLATFORM
TARBALL_EXT: tar.xz
ADD_CABAL_ARGS: "--enable-split-sections"
Expand Down

0 comments on commit 2467d33

Please sign in to comment.