File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ jobs:
103103 fi
104104 amd64_found=$(echo "$manifest" | jq '.manifests[] | select(.platform.architecture == "amd64")')
105105 if [[ -z "$amd64_found" ]]; then
106- echo "Multi-platform support for $IMAGE_NAME:$tag - have amd64"
107- else
108106 echo "Multi-platform support check failed for $IMAGE_NAME:$tag - missing amd64"
109107 exit 1
108+ # else
109+ # echo "Multi-platform support for $IMAGE_NAME:$tag - have amd64"
110110 fi
111111 done
112112 done
@@ -200,10 +200,10 @@ jobs:
200200 fi
201201 arm64_found=$(echo "$manifest" | jq '.manifests[] | select(.platform.architecture == "arm64")')
202202 if [[ -z "$arm64_found" ]]; then
203- echo "Multi-platform support for $IMAGE_NAME:$tag - have arm64"
204- else
205203 echo "Multi-platform support check failed for $IMAGE_NAME:$tag - missing arm64"
206204 exit 1
205+ # else
206+ # echo "Multi-platform support for $IMAGE_NAME:$tag - have arm64"
207207 fi
208208 done
209209 done
You can’t perform that action at this time.
0 commit comments