Skip to content
Snippets Groups Projects
Commit a19ba41d authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Add i386-deb11 and i386-deb12 images

parent be59dc3d
No related branches found
No related tags found
1 merge request!150Debian 10 EOL updates
...@@ -366,6 +366,15 @@ let debian11Images: List Image.Type = ...@@ -366,6 +366,15 @@ let debian11Images: List Image.Type =
, cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "aarch64-linux-deb10" } , cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "aarch64-linux-deb10" }
, extraPackages = [ ] : List Text , extraPackages = [ ] : List Text
} }
, DebianImage.toDocker DebianImage::
{ name = "i386-linux-deb11"
, fromImage = "i386/debian:bullseye"
, runnerTags = [ "x86_64-linux" ]
, bootstrapGhc = { version = "9.8.2", triple = "i386-deb10-linux" }
, llvm = None Llvm.Config
, cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "i386-linux-deb9" }
, extraPackages = debian11OrHigherBuildDepends
}
] ]
let debian12Images: List Image.Type = let debian12Images: List Image.Type =
...@@ -393,6 +402,17 @@ let debian12Images: List Image.Type = ...@@ -393,6 +402,17 @@ let debian12Images: List Image.Type =
, cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "aarch64-linux-deb11" } , cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "aarch64-linux-deb11" }
, extraPackages = [ ] : List Text , extraPackages = [ ] : List Text
} }
, DebianImage.toDocker DebianImage::
{ name = "i386-linux-deb12"
, fromImage = "i386/debian:bookworm"
, runnerTags = [ "x86_64-linux" ]
, bootstrapGhc = { version = "9.8.2", triple = "i386-deb10-linux" }
, llvm = None Llvm.Config
, cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "i386-linux-deb9" }
, extraPackages =
debian11OrHigherBuildDepends
}
] ]
let debian10Images: List Image.Type = let debian10Images: List Image.Type =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment