mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-26 08:52:26 +03:00
12 lines
185 B
YAML
12 lines
185 B
YAML
|
version: '2'
|
||
|
|
||
|
services:
|
||
|
nrf:
|
||
|
container_name: nrf
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
args:
|
||
|
- NRF_CONNECT_TAG=v2.4.2
|
||
|
- ZEPHYR_TAG=0.16.1
|