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 11FROM debian:stable-slim
22
33# ARG ARCH=amd64
4- ARG NRF_CONNECT_TAG=v2.7 .0
4+ ARG NRF_CONNECT_TAG=v2.8 .0
55# Should be for selected NRF_CONNECT_TAG
6- ARG ZEPHYR_NEEDED_TAG=0.16.5-1
6+ ARG ZEPHYR_NEEDED_TAG=0.16.8
77# For new versions - xz
88ARG ZEPHYR_ARCHIVE_EXTENSION=xz
99
Original file line number Diff line number Diff line change 1414
1515
1616 - name : Build
17- uses : embedd-actions/nrf-connect-sdk-ci@v2.7 .0
17+ uses : embedd-actions/nrf-connect-sdk-ci@v2.8 .0
1818 with :
19- board : nrf52833dk_nrf52833
19+ board : <DK Board Name>
2020 build_dir : build
2121
2222```
@@ -30,6 +30,7 @@ uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
3030uses : embedd-actions/nrf-connect-sdk-ci@v2.4.0
3131uses : embedd-actions/nrf-connect-sdk-ci@v2.6.1
3232uses : embedd-actions/nrf-connect-sdk-ci@v2.7.0
33+ uses : embedd-actions/nrf-connect-sdk-ci@v2.8.0
3334` ` `
3435
3536## List of available tags
4344v2.5.1
4445v2.6.1
4546v2.7.0
47+ v2.8.0
4648```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
1313 default : ' build'
1414runs :
1515 using : ' docker'
16- image : ' docker://sergeyladanov/nrf-connect-sdk:v2.7 .0'
16+ image : ' docker://sergeyladanov/nrf-connect-sdk:v2.8 .0'
1717 args :
1818 - west
1919 - build
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ services:
77 context : .
88 dockerfile : Dockerfile
99 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
1212 - ZEPHYR_ARCHIVE_EXTENSION=gz
You can’t perform that action at this time.
0 commit comments