File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 stm32h563_m33mu_echo_freertos :
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/wolfssl/wolfboot-ci:v1.2
12+ image : ghcr.io/wolfssl/wolfboot-ci-m33mu :v1.2
1313 options : --privileged
1414 steps :
1515 - name : Checkout
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 25
1313 container :
14- image : ghcr.io/wolfssl/wolfboot-ci:v1.2
14+ image : ghcr.io/wolfssl/wolfboot-ci-m33mu :v1.2
1515 options : --privileged
1616
1717 steps :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 20
1313 container :
14- image : ghcr.io/wolfssl/wolfboot-ci:v1.2
14+ image : ghcr.io/wolfssl/wolfboot-ci-m33mu :v1.2
1515 options : --privileged
1616
1717 steps :
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-latest
115115 timeout-minutes : 30
116116 container :
117- image : ghcr.io/wolfssl/wolfboot-ci:v1.2
117+ image : ghcr.io/wolfssl/wolfboot-ci-m33mu :v1.2
118118 options : --privileged
119119
120120 steps :
@@ -323,7 +323,7 @@ jobs:
323323 runs-on : ubuntu-latest
324324 timeout-minutes : 25
325325 container :
326- image : ghcr.io/wolfssl/wolfboot-ci:v1.2
326+ image : ghcr.io/wolfssl/wolfboot-ci-m33mu :v1.2
327327 options : --privileged
328328
329329 steps :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7575repo_root=" $( cd " ${script_dir} /../.." && pwd) "
7676workspace_root=" $( cd " ${repo_root} /.." && pwd) "
7777repo_name=" $( basename " ${repo_root} " ) "
78- image=" ${M33MU_CI_IMAGE:- ghcr.io/ wolfssl/ wolfboot-ci: v1.2} "
78+ image=" ${M33MU_CI_IMAGE:- ghcr.io/ wolfssl/ wolfboot-ci-m33mu : v1.2} "
7979podman_tty_args=(--rm --privileged --security-opt label=disable)
8080
8181if [ -t 0 ] && [ -t 1 ]; then
You can’t perform that action at this time.
0 commit comments