Skip to content

Commit 331a255

Browse files
Merge pull request #23 from ParthSanepara/v2.6.1
add for ncs v2.6.1
2 parents 9594280 + 9fbf20c commit 331a255

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM debian:stable-slim
22

33
#ARG ARCH=amd64
4-
ARG NRF_CONNECT_TAG=v2.5.1
4+
ARG NRF_CONNECT_TAG=v2.6.1
55
# Should be for selected NRF_CONNECT_TAG
6-
ARG ZEPHYR_NEEDED_TAG=0.16.1
6+
ARG ZEPHYR_NEEDED_TAG=0.16.5
77
# For new versions - xz
88
ARG ZEPHYR_ARCHIVE_EXTENSION=xz
99

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
1515
1616
- name: Build
17-
uses: embedd-actions/nrf-connect-sdk-ci@v2.5.1
17+
uses: embedd-actions/nrf-connect-sdk-ci@v2.6.1
1818
with:
1919
board: nrf52833dk_nrf52833
2020
build_dir: build
@@ -28,6 +28,7 @@ can reference a specific version of GitHub action:
2828
```
2929
uses: embedd-actions/nrf-connect-sdk-ci@v2.3.0
3030
uses: embedd-actions/nrf-connect-sdk-ci@v2.4.0
31+
uses: embedd-actions/nrf-connect-sdk-ci@v2.6.1
3132
```
3233

3334
## List of available tags
@@ -39,4 +40,5 @@ v2.4.1
3940
v2.4.2
4041
v2.5.0
4142
v2.5.1
43+
v2.6.1
4244
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
default: 'build'
1414
runs:
1515
using: 'docker'
16-
image: 'docker://sergeyladanov/nrf-connect-sdk:v2.5.1'
16+
image: 'docker://sergeyladanov/nrf-connect-sdk:v2.6.1'
1717
args:
1818
- west
1919
- build

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ services:
77
context: .
88
dockerfile: Dockerfile
99
args:
10-
- NRF_CONNECT_TAG=v2.3.0
11-
- ZEPHYR_NEEDED_TAG=0.15.2
10+
- NRF_CONNECT_TAG=v2.6.1
11+
- ZEPHYR_NEEDED_TAG=0.16.5
1212
- ZEPHYR_ARCHIVE_EXTENSION=gz

0 commit comments

Comments
 (0)