Skip to content

Commit 56b4128

Browse files
authored
Update zephyr-samples.yml
For Zephyr 3.7 LTS, use the v0.26-branch or the latest v0.26.x release Docker image, which is built for ubuntu 22.04 image.
1 parent b616610 commit 56b4128

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/zephyr-samples.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Zephyr OS BACnet Sample Builds
2+
# For Zephyr 3.7 LTS, use the v0.26-branch
3+
# or the latest v0.26.x release Docker image.
4+
# Docker image was built on Ubuntu 22.04
25

36
on:
47
push:
@@ -11,8 +14,8 @@ on:
1114
jobs:
1215
sample-hello-world:
1316
name: Build Hello BACnet Stack
14-
runs-on: ubuntu-24.04
15-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
17+
runs-on: ubuntu-22.04
18+
container: ghcr.io/zephyrproject-rtos/ci:v0.26.18
1619
env:
1720
CMAKE_PREFIX_PATH: /opt/toolchains
1821
steps:
@@ -38,8 +41,8 @@ jobs:
3841

3942
sample-bacnet-profile-b-ss:
4043
name: Build BACnet Sample Profile B-SS
41-
runs-on: ubuntu-24.04
42-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
44+
runs-on: ubuntu-22.04
45+
container: ghcr.io/zephyrproject-rtos/v0.26.18
4346
env:
4447
CMAKE_PREFIX_PATH: /opt/toolchains
4548
steps:
@@ -65,8 +68,8 @@ jobs:
6568

6669
sample-bacnet-profile-b-sa:
6770
name: Build BACnet Sample Profile B-SA
68-
runs-on: ubuntu-24.04
69-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
71+
runs-on: ubuntu-22.04
72+
container: ghcr.io/zephyrproject-rtos/v0.26.18
7073
env:
7174
CMAKE_PREFIX_PATH: /opt/toolchains
7275
steps:
@@ -92,8 +95,8 @@ jobs:
9295

9396
sample-bacnet-profile-b-ld:
9497
name: Build BACnet Sample Profile B-LD
95-
runs-on: ubuntu-24.04
96-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
98+
runs-on: ubuntu-22.04
99+
container: ghcr.io/zephyrproject-rtos/v0.26.18
97100
env:
98101
CMAKE_PREFIX_PATH: /opt/toolchains
99102
steps:
@@ -119,8 +122,8 @@ jobs:
119122

120123
sample-bacnet-profile-b-ls:
121124
name: Build BACnet Sample Profile B-LS
122-
runs-on: ubuntu-24.04
123-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
125+
runs-on: ubuntu-22.04
126+
container: ghcr.io/zephyrproject-rtos/v0.26.18
124127
env:
125128
CMAKE_PREFIX_PATH: /opt/toolchains
126129
steps:

0 commit comments

Comments
 (0)