Skip to content

Commit 1084bcb

Browse files
Merge pull request #29 from ParthSanepara/v2.9.1
add: support for NCS v2.9.1
2 parents 5854e4b + 4901ffe commit 1084bcb

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:stable-slim
22

33
#ARG ARCH=amd64
4-
ARG NRF_CONNECT_TAG=v2.9.0
4+
ARG NRF_CONNECT_TAG=v2.9.1
55
# Should be for selected NRF_CONNECT_TAG
66
ARG ZEPHYR_NEEDED_TAG=0.17.0
77
# For new versions - xz

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.9.0
17+
uses: embedd-actions/nrf-connect-sdk-ci@v2.9.1
1818
with:
1919
board: <DK Board Name>
2020
build_dir: build
@@ -32,6 +32,7 @@ uses: embedd-actions/nrf-connect-sdk-ci@v2.6.1
3232
uses: embedd-actions/nrf-connect-sdk-ci@v2.7.0
3333
uses: embedd-actions/nrf-connect-sdk-ci@v2.8.0
3434
uses: embedd-actions/nrf-connect-sdk-ci@v2.9.0
35+
uses: embedd-actions/nrf-connect-sdk-ci@v2.9.1
3536
```
3637
3738
## List of available tags
@@ -48,4 +49,5 @@ v2.7.0
4849
v2.8.0
4950
v2.8.0
5051
v2.9.0
52+
v2.9.1
5153
```

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.9.0'
16+
image: 'docker://sergeyladanov/nrf-connect-sdk:v2.9.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.9.0
11-
- ZEPHYR_NEEDED_TAG=0.16.8
10+
- NRF_CONNECT_TAG=v2.9.1
11+
- ZEPHYR_NEEDED_TAG=0.17.0
1212
- ZEPHYR_ARCHIVE_EXTENSION=gz

0 commit comments

Comments
 (0)