Skip to content

Commit 4fc55d8

Browse files
author
Felipe Torrezan
authored
Update to arm-9.70.4 (#20)
1 parent 742ffbd commit 4fc55d8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

.github/workflows/iar.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)