mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2025-04-19 07:35:36 +03:00
13 lines
230 B
YAML
13 lines
230 B
YAML
version: '2'
|
|
|
|
services:
|
|
nrf:
|
|
container_name: nrf
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
- NRF_CONNECT_TAG=v2.9.1
|
|
- ZEPHYR_NEEDED_TAG=0.17.0
|
|
- ZEPHYR_ARCHIVE_EXTENSION=gz
|