mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-08 01:10:33 +00:00
8 lines
231 B
YAML
8 lines
231 B
YAML
linux_build:
|
|
docker_builder:
|
|
script: docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-linux . -f Dockerfile
|
|
|
|
rpi_build:
|
|
docker_builder:
|
|
script: docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-rpi . -f Dockerfile.rpi
|