We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c660e81 commit dbb851fCopy full SHA for dbb851f
scripts/pipeline/release.sh
@@ -58,11 +58,9 @@ for artifact_image in $(list_artifacts); do
58
IMAGE_ARTIFACT=$(load_artifact $artifact_image name)
59
DIGEST=$(load_artifact $artifact_image digest)
60
TYPE=$(load_artifact $artifact_image type)
61
- ARCH=$(load_artifact $artifact_image arch)
62
NAME="$(echo "$artifact_image" | awk '{print $1}')"
63
64
echo "image from load_artifact:" $IMAGE_ARTIFACT
65
- echo "arch:" $ARCH
66
67
echo "cocoa inventory add"
68
echo " --artifact=${IMAGE_ARTIFACT}"
0 commit comments