Skip to content

Commit dbb851f

Browse files
authored
Remove arch from release script (#522)
1 parent c660e81 commit dbb851f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/pipeline/release.sh

-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,9 @@ for artifact_image in $(list_artifacts); do
5858
IMAGE_ARTIFACT=$(load_artifact $artifact_image name)
5959
DIGEST=$(load_artifact $artifact_image digest)
6060
TYPE=$(load_artifact $artifact_image type)
61-
ARCH=$(load_artifact $artifact_image arch)
6261
NAME="$(echo "$artifact_image" | awk '{print $1}')"
6362

6463
echo "image from load_artifact:" $IMAGE_ARTIFACT
65-
echo "arch:" $ARCH
6664

6765
echo "cocoa inventory add"
6866
echo " --artifact=${IMAGE_ARTIFACT}"

0 commit comments

Comments
 (0)