Skip to content

Commit

Permalink
Remove arch from release script (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
leochr authored Apr 26, 2023
1 parent c660e81 commit dbb851f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/pipeline/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit dbb851f

Please sign in to comment.