mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2025-07-03 08:25:51 +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=v3.0.1
|
|
- ZEPHYR_NEEDED_TAG=0.17.0
|
|
- ZEPHYR_ARCHIVE_EXTENSION=gz
|