Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-03 15:51:43 +00:00
parent b3265a20b6
commit 95aa70a46a
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -47,7 +47,7 @@ jobs:
for i in $(seq 0 $((channel_count - 1))); do
channel_name=$(cat "$metadata_file" | yq ".channels[$i].name" )
# Number of platforms in this channel:
platform_count=$(cat "$metadata_file" | yq e ".channels[$i].platforms | length")
platform_count=$(cat "$metadata_file" | yq ".channels[$i].platforms | length")
for j in $(seq 0 $((platform_count - 1))); do
platform=$(cat "$metadata_file" | yq ".channels[$i].platforms[$j]")