From ea441739819b258fb31d19372acb4157cd26bb72 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Mon, 13 Apr 2026 15:40:23 -0700 Subject: [PATCH] [no-relnote] update kitmaker version to omit pre-release version suffixes Signed-off-by: Christopher Desiniotis --- scripts/release-kitmaker-artifactory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-kitmaker-artifactory.sh b/scripts/release-kitmaker-artifactory.sh index 58ea8a612..0f4780fe3 100755 --- a/scripts/release-kitmaker-artifactory.sh +++ b/scripts/release-kitmaker-artifactory.sh @@ -193,7 +193,7 @@ function upload_archive() { component="nvidia_container_toolkit" version="${VERSION%~rc.*}" version_suffix=$(date -r "${IMAGE_EPOCH}" '+%Y.%m.%d.%s' || date -d @"${IMAGE_EPOCH}" '+%Y.%m.%d.%s') -kitmaker_version="${VERSION%~rc.*}.${version_suffix}" +kitmaker_version="${VERSION%~*}.${version_suffix}" kitmaker_os="linux" # create_and_upload creates a kitmaker archive for the specified component, os, and arch and uploads it.