Skip to content
Snippets Groups Projects
Commit a3d251db authored by Cheng Shao's avatar Cheng Shao
Browse files

Add x86_64-linux-ubuntu24_04 image

parent fff32cb7
No related branches found
No related tags found
1 merge request!143Add x86_64-linux-ubuntu24_04 image
Pipeline #94642 passed
Pipeline: ci-images

#94643

    ...@@ -464,6 +464,15 @@ let debian9Images: List Image.Type = ...@@ -464,6 +464,15 @@ let debian9Images: List Image.Type =
    let ubuntuImages: List Image.Type = let ubuntuImages: List Image.Type =
    [ [
    DebianImage.toDocker DebianImage:: DebianImage.toDocker DebianImage::
    { name = "x86_64-linux-ubuntu24_04"
    , fromImage = "amd64/ubuntu:24.04"
    , runnerTags = [ "x86_64-linux" ]
    , bootstrapGhc = { version = "9.6.4", triple = "x86_64-deb11-linux" }
    , llvm = llvmConfig { version = "15.0.6" , triple = "x86_64-linux-gnu-ubuntu-18.04" }
    , cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "x86_64-linux-deb11" }
    , extraPackages = ubuntuBuildDepends
    }
    , DebianImage.toDocker DebianImage::
    { name = "x86_64-linux-ubuntu22_04" { name = "x86_64-linux-ubuntu22_04"
    , fromImage = "amd64/ubuntu:22.04" , fromImage = "amd64/ubuntu:22.04"
    , runnerTags = [ "x86_64-linux" ] , runnerTags = [ "x86_64-linux" ]
    ......
    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