add Support ncs V2.8.0

This commit is contained in:
Parth Sanepara 2024-12-20 13:42:26 +05:30 committed by GitHub
parent c40048b453
commit 2d40d50b16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
FROM debian:stable-slim
#ARG ARCH=amd64
ARG NRF_CONNECT_TAG=v2.7.0
ARG NRF_CONNECT_TAG=v2.8.0
# Should be for selected NRF_CONNECT_TAG
ARG ZEPHYR_NEEDED_TAG=0.16.5-1
ARG ZEPHYR_NEEDED_TAG=0.16.8
# For new versions - xz
ARG ZEPHYR_ARCHIVE_EXTENSION=xz

View File

@ -13,7 +13,7 @@ inputs:
default: 'build'
runs:
using: 'docker'
image: 'docker://sergeyladanov/nrf-connect-sdk:v2.7.0'
image: 'docker://sergeyladanov/nrf-connect-sdk:v2.8.0'
args:
- west
- build

View File

@ -7,6 +7,6 @@ services:
context: .
dockerfile: Dockerfile
args:
- NRF_CONNECT_TAG=v2.7.0
- ZEPHYR_NEEDED_TAG=0.16.5-1
- NRF_CONNECT_TAG=v2.8.0
- ZEPHYR_NEEDED_TAG=0.16.8
- ZEPHYR_ARCHIVE_EXTENSION=gz