File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 // IAR Build Tools for Arm (w/ ST device support)
33 // Update the image for use with other variants
44 // More information: https://github.com/iarsystems/containers/wiki/Arm-image-variants
5- "image" : " ghcr.io/iarsystems/arm:9.70.2 -st" ,
5+ "image" : " ghcr.io/iarsystems/arm:9.70.4 -st" ,
66
77 // Set the Container's environment variables
88 "containerEnv" : {
Original file line number Diff line number Diff line change 1616 name : Build
1717 runs-on : ubuntu-24.04
1818 container :
19- image : ghcr.io/iarsystems/arm:9.70.2 -st
19+ image : ghcr.io/iarsystems/arm:9.70.4 -st
2020 steps :
2121 - name : Invoke the IAR C/C++ Compiler for Arm
2222 run : iccarm --version
4040 needs : build
4141 runs-on : ubuntu-24.04
4242 container :
43- image : ghcr.io/iarsystems/arm:9.70.2 -st
43+ image : ghcr.io/iarsystems/arm:9.70.4 -st
4444 timeout-minutes : 5
4545 steps :
4646 - name : Checkout project
5757 needs : build
5858 runs-on : ubuntu-24.04
5959 container :
60- image : ghcr.io/iarsystems/arm:9.70.2 -st
60+ image : ghcr.io/iarsystems/arm:9.70.4 -st
6161 timeout-minutes : 5
6262 steps :
6363 - name : Checkout project
8686 needs : [ static-analysis, unit-testing ]
8787 runs-on : ubuntu-24.04
8888 container :
89- image : ghcr.io/iarsystems/arm:9.70.2 -st
89+ image : ghcr.io/iarsystems/arm:9.70.4 -st
9090 steps :
9191 - name : Checkout project
9292 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments