From dbb851fc120c72f8b8342b81d4cf29f62c35c219 Mon Sep 17 00:00:00 2001 From: Leo Christy Jesuraj Date: Wed, 26 Apr 2023 17:36:58 -0400 Subject: [PATCH] Remove arch from release script (#522) --- scripts/pipeline/release.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/pipeline/release.sh b/scripts/pipeline/release.sh index 170bd07d2..b12efab51 100755 --- a/scripts/pipeline/release.sh +++ b/scripts/pipeline/release.sh @@ -58,11 +58,9 @@ for artifact_image in $(list_artifacts); do IMAGE_ARTIFACT=$(load_artifact $artifact_image name) DIGEST=$(load_artifact $artifact_image digest) TYPE=$(load_artifact $artifact_image type) - ARCH=$(load_artifact $artifact_image arch) NAME="$(echo "$artifact_image" | awk '{print $1}')" echo "image from load_artifact:" $IMAGE_ARTIFACT - echo "arch:" $ARCH echo "cocoa inventory add" echo " --artifact=${IMAGE_ARTIFACT}"