From 1e768f5e016a9d78a0f85869a7db2d4537cc1d22 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Mon, 25 Feb 2019 16:22:52 -0500 Subject: [PATCH] Fixed Cirrus CI config To actually build two different containers --- .cirrus.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ff22c2a..da67c8f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,5 @@ -linux_build: - docker_builder: - script: docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-linux . -f Dockerfile +linux_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 +rpi_docker_builder: + script: docker build -t $CIRRUS_REPO_FULL_NAME:cirrus-rpi . -f Dockerfile.rpi