From 209bfa1af6bf66643cfb753d745987cfa4c4b294 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Apr 2023 16:24:31 +0100 Subject: [PATCH] Update OpenFleet core files (production) --- .github/workflows/build-open-fleet.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-open-fleet.yml b/.github/workflows/build-open-fleet.yml index 1983736..f997f4b 100644 --- a/.github/workflows/build-open-fleet.yml +++ b/.github/workflows/build-open-fleet.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - balena-cli: v15.1.1 + balena-cli: v15.2.0 raspberrypi3-64: 2.113.18 raspberrypi4-64: 2.113.18 raspberrypicm4-ioboard: 2.112.12 @@ -79,27 +79,31 @@ jobs: repo="${{ github.event.repository.name }}" if grep -q "outdoor2" <<<"$repo"; then - echo "Not RasPi 3" + echo "Not RasPi 3 (ROCK Pi 4B)" RASPI3="NO" ROCKPI="YES" elif grep -q "indoor2" <<<"$repo"; then - echo "Not RasPi 3" + echo "Not RasPi 3 (ROCK Pi 4B)" RASPI3="NO" ROCKPI="YES" elif grep -q "outdoor1" <<<"$repo"; then - echo "RasPi Outdoor" + echo "RasPi 3 Outdoor" RASPI3="YES" ROCKPI="NO" elif grep -q "indoor1" <<<"$repo"; then - echo "RasPi Indoor" + echo "RasPi 3 Indoor" RASPI3="YES" ROCKPI="NO" elif grep -q "risinghf" <<<"$repo"; then echo "RisingHF" RASPI3="YES" ROCKPI="NO" + elif grep -q "rkcm3" <<<"$repo"; then + echo "Not RasPi 3 (ROCK CM3)" + RASPI3="NO" + ROCKPI="YES" else - echo "Not RasPi 3" + echo "Not RasPi 3 (Other)" RASPI3="NO" ROCKPI="NO" fi