summaryrefslogtreecommitdiff
path: root/ci/ciimage/cuda-cross/image.json
blob: 062322ec863a39c1324cbdb9b4276f4b3c30b3ea (plain)
1
2
3
4
5
6
7
8
{
  "base_image": "ubuntu:22.04",
  "args": ["--only", "cuda", "--cross", "cuda-cross.json"],
  "env": {
    "CI": "1",
    "MESON_CI_JOBNAME": "linux-cuda-cross"
  }
}