From 5f62389804bbcf4fb0b015bdbd9aafab7eec7d7a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 8 Sep 2021 12:57:39 -0400 Subject: [PATCH] Add s390x Ubuntu image --- images/debian.dhall | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/images/debian.dhall b/images/debian.dhall index cc665c9..311e1ed 100644 --- a/images/debian.dhall +++ b/images/debian.dhall @@ -273,6 +273,17 @@ let images: List Image.Type = , extraPackages = ubuntuBuildDepends } +, DebianImage.toDocker DebianImage:: + { name = "s390x-linux-ubuntu20_04" + , fromImage = "s390x/ubuntu:20.04" + , runnerTags = [ "s390x-linux" ] + , bootstrapLlvm = None Llvm.Source + , bootstrapGhc = { version = "8.10.4", triple = "s390x-deb9-linux" } + , llvm = Some (Llvm.Source.FromBindist { version = "11.0.1" , triple = "s390x-linux-gnu-ubuntu-16.04" }) + , cabalSource = Cabal.fromUpstreamBindist { version = "3.2.0.0", triple = "s390x-unknown-linux" } + , extraPackages = ubuntuBuildDepends + } + , Image:: { name = "linters" , runnerTags = [ "x86_64-linux" ] -- GitLab