File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
FROM debian:stable-slim
2
2
3
3
# ARG ARCH=amd64
4
- ARG NRF_CONNECT_TAG=v2.7 .0
4
+ ARG NRF_CONNECT_TAG=v2.8 .0
5
5
# Should be for selected NRF_CONNECT_TAG
6
- ARG ZEPHYR_NEEDED_TAG=0.16.5-1
6
+ ARG ZEPHYR_NEEDED_TAG=0.16.8
7
7
# For new versions - xz
8
8
ARG ZEPHYR_ARCHIVE_EXTENSION=xz
9
9
Original file line number Diff line number Diff line change 14
14
15
15
16
16
- name : Build
17
- uses : embedd-actions/nrf-connect-sdk-ci@v2.7 .0
17
+ uses : embedd-actions/nrf-connect-sdk-ci@v2.8 .0
18
18
with :
19
- board : nrf52833dk_nrf52833
19
+ board : <DK Board Name>
20
20
build_dir : build
21
21
22
22
```
@@ -30,6 +30,7 @@ uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
30
30
uses : embedd-actions/nrf-connect-sdk-ci@v2.4.0
31
31
uses : embedd-actions/nrf-connect-sdk-ci@v2.6.1
32
32
uses : embedd-actions/nrf-connect-sdk-ci@v2.7.0
33
+ uses : embedd-actions/nrf-connect-sdk-ci@v2.8.0
33
34
` ` `
34
35
35
36
## List of available tags
43
44
v2.5.1
44
45
v2.6.1
45
46
v2.7.0
47
+ v2.8.0
46
48
```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
13
13
default : ' build'
14
14
runs :
15
15
using : ' docker'
16
- image : ' docker://sergeyladanov/nrf-connect-sdk:v2.7 .0'
16
+ image : ' docker://sergeyladanov/nrf-connect-sdk:v2.8 .0'
17
17
args :
18
18
- west
19
19
- build
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ services:
7
7
context : .
8
8
dockerfile : Dockerfile
9
9
args :
10
- - NRF_CONNECT_TAG=v2.7 .0
11
- - ZEPHYR_NEEDED_TAG=0.16.5-1
10
+ - NRF_CONNECT_TAG=v2.8 .0
11
+ - ZEPHYR_NEEDED_TAG=0.16.8
12
12
- ZEPHYR_ARCHIVE_EXTENSION=gz
You can’t perform that action at this time.
0 commit comments