File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,29 @@ jobs:
1212 name : Build Docker platform images
1313 strategy :
1414 matrix :
15- architecture : [linux/amd64, linux/arm64]
1615 include :
17- - base_image : " ubuntu:22.04"
16+ - architecture : linux/amd64
17+ base_image : " ubuntu:22.04"
1818 use_cuda : " OFF"
1919 tag_suffix : " "
20- - base_image : " nvidia/cuda:12.4.1-devel-ubuntu22.04"
20+ - architecture : linux/amd64
21+ base_image : " nvidia/cuda:12.4.1-devel-ubuntu22.04"
2122 use_cuda : " ON"
2223 tag_suffix : " -cuda12.4"
23- - base_image : " nvidia/cuda:12.8.1-devel-ubuntu22.04"
24+ - architecture : linux/amd64
25+ base_image : " nvidia/cuda:12.8.1-devel-ubuntu22.04"
26+ use_cuda : " ON"
27+ tag_suffix : " -cuda12.8"
28+ - architecture : linux/arm64
29+ base_image : " ubuntu:22.04"
30+ use_cuda : " OFF"
31+ tag_suffix : " "
32+ - architecture : linux/arm64
33+ base_image : " nvidia/cuda:12.4.1-devel-ubuntu22.04"
34+ use_cuda : " ON"
35+ tag_suffix : " -cuda12.4"
36+ - architecture : linux/arm64
37+ base_image : " nvidia/cuda:12.8.1-devel-ubuntu22.04"
2438 use_cuda : " ON"
2539 tag_suffix : " -cuda12.8"
2640 runs-on : ${{ fromJSON('["ubuntu-22.04", "ubuntu-22.04-arm"]')[contains(matrix.architecture, 'arm')] }}
You can’t perform that action at this time.
0 commit comments