From b8339d6d5baf2aad318bd2386e0f350b559f2646 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 2 Nov 2025 01:52:16 +0000 Subject: [PATCH] Add plucky and questing to cloudsmith upload script Co-authored-by: Flole998 <9951871+Flole998@users.noreply.github.com> --- support/cloudsmith.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index 823ed211e..2445da65e 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -64,7 +64,7 @@ case $DISTRO in esac;; ubuntu) case $CODENAME in - trusty|xenial|bionic|focal|impish|jammy|kinetic|lunar|mantic|noble) + trusty|xenial|bionic|focal|impish|jammy|kinetic|lunar|mantic|noble|plucky|questing) OS="ubuntu" TARGET=$CODENAME;; *) -- 2.47.3