File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 88 "build" : {
99 "dockerfile" : " ./Dockerfile" ,
1010 "args" : {
11- // set the base image, add `-arm64` as a suffix if you have an ARM (e.g. Apple Mx) CPU:
12- "BASE_IMAGE" : " lcas.lincoln.ac.uk/lcas/limo_platform_amd64:1"
11+ "BASE_IMAGE" : " lcas.lincoln.ac.uk/lcas/limo_platform:2"
1312 },
14- // change this to linux/arm64 if you have an ARM (e.g. Apple Mx) CPU:
15- "platform" : " linux/amd64" ,
1613 "context" : " .."
1714 },
1815
5047 "cpus" : 2 ,
5148 "memory" : " 6gb"
5249 }
53- }
50+ }
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 include :
23- - base_image : lcas.lincoln.ac.uk/lcas/limo_platform:1
23+ - base_image : lcas.lincoln.ac.uk/lcas/limo_platform:2
2424 push_image : lcas.lincoln.ac.uk/devcontainer/ros2-teaching
2525
2626 steps :
You can’t perform that action at this time.
0 commit comments