Skip to content

Commit 5410e56

Browse files
committed
update
1 parent bc036e7 commit 5410e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-release-services-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
exit 1
103103
fi
104104
amd64_found=$(echo "$manifest" | jq '.manifests[] | select(.platform.architecture == "amd64")')
105+
echo "amd64_found is: $amd64_found"
105106
if [[ -z "$amd64_found" ]]; then
106107
echo "Multi-platform support check failed for $IMAGE_NAME:$tag - missing amd64"
107108
exit 1

0 commit comments

Comments
 (0)