aboutsummaryrefslogtreecommitdiff
path: root/ci/ciimage/cuda-cross/image.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ciimage/cuda-cross/image.json')
-rw-r--r--ci/ciimage/cuda-cross/image.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/ciimage/cuda-cross/image.json b/ci/ciimage/cuda-cross/image.json
new file mode 100644
index 0000000..062322e
--- /dev/null
+++ b/ci/ciimage/cuda-cross/image.json
@@ -0,0 +1,8 @@
+{
+ "base_image": "ubuntu:22.04",
+ "args": ["--only", "cuda", "--cross", "cuda-cross.json"],
+ "env": {
+ "CI": "1",
+ "MESON_CI_JOBNAME": "linux-cuda-cross"
+ }
+}