Skip to content

Commit 1a5683c

Browse files
committed
Bump CI v0.9.4
1 parent 81c6cf6 commit 1a5683c

28 files changed

Lines changed: 29 additions & 28 deletions

.github/workflows/footprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
footprint_test:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
13+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
1414
timeout-minutes: 15
1515

1616
steps:

.github/workflows/test-build-cmake-dot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: cmake .config test (${{ matrix.target }})
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
13+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
1414
timeout-minutes: 15
1515

1616
strategy:

.github/workflows/test-build-cmake-presets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ on:
88

99
permissions:
1010
contents: read
11+
packages: read
1112

1213
jobs:
1314
ubuntu-cmake:
1415
name: Build on Ubuntu
1516
runs-on: ubuntu-latest
1617
container:
17-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
18+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
1819
timeout-minutes: 20
1920
defaults:
2021
run:

.github/workflows/test-build-cmake-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build wolfBoot (target=${{ matrix.target }})
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
17+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
1818
timeout-minutes: 15
1919

2020
strategy:

.github/workflows/test-build-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
cmake_automated_test:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
11+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
1212
timeout-minutes: 15
1313

1414
steps:

.github/workflows/test-build-lms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
2323
timeout-minutes: 30
2424

2525
steps:

.github/workflows/test-build-mcux-sdk-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
25+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
2626
timeout-minutes: 30
2727

2828
steps:

.github/workflows/test-build-mcux-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
22+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
2323
timeout-minutes: 30
2424

2525
steps:

.github/workflows/test-build-pico-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.3
25+
image: ghcr.io/wolfssl/wolfboot-ci-arm:v0.9.4
2626
timeout-minutes: 30
2727

2828
steps:

.github/workflows/test-build-powerpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
container:
22-
image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.3
22+
image: ghcr.io/wolfssl/wolfboot-ci-powerpc:v0.9.4
2323
timeout-minutes: 30
2424

2525
steps:

0 commit comments

Comments
 (0)