Update .forgejo/workflows/build-images.yaml
This commit is contained in:
parent
b3265a20b6
commit
95aa70a46a
1 changed files with 1 additions and 1 deletions
|
@ -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]")
|
||||
|
|
Loading…
Reference in a new issue