From: Christian Hewitt Date: Wed, 6 Dec 2023 08:51:11 +0000 (+0000) Subject: ci: fix raspios detection in cloudsmith.sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40a62b31e809523d2fe2f7f3f331cc55dfdbd0f;p=thirdparty%2Ftvheadend.git ci: fix raspios detection in cloudsmith.sh Signed-off-by: Christian Hewitt --- diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index 29eedb4c1..b59f41318 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -43,7 +43,7 @@ case $OSPREFIX$TARGET in OS="debian";; bionic|focal|jammy|kinetic|impish|trusty|xenial) OS="ubuntu";; - raspiosbullseye|raspiosbuster|raspiosjessieraspiosstretch) + raspios*) OS="raspbian";; *) echo "OS $TARGET could not be recognized" && exit 1;; esac