We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc036e7 commit 5410e56Copy full SHA for 5410e56
.github/workflows/build-and-release-services-images.yml
@@ -102,6 +102,7 @@ jobs:
102
exit 1
103
fi
104
amd64_found=$(echo "$manifest" | jq '.manifests[] | select(.platform.architecture == "amd64")')
105
+ echo "amd64_found is: $amd64_found"
106
if [[ -z "$amd64_found" ]]; then
107
echo "Multi-platform support check failed for $IMAGE_NAME:$tag - missing amd64"
108
0 commit comments