Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-04 09:59:22 +00:00
parent 5f2902f30e
commit 73d1d3ee7f
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -37,7 +37,7 @@ jobs:
channel=$(yq '.channels[0].name' "$metadata_file")
# Grab the FIRST platform under that channel:
platform=$(yq '.channels[0].platforms[0]' "$metadata_file"|sed 's/linux\///')
platform=$(yq '.channels[0].platforms[0]' "$metadata_file")
echo "Using channel='$channel' and platform='$platform'"