Update .forgejo/workflows/build-images.yaml

This commit is contained in:
Tommy 2025-01-04 09:51:54 +00:00
parent 6ba475c3eb
commit d6b9c5dc82
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")
platform=$(yq '.channels[0].platforms[0]' "$metadata_file"|sed 's/linux\///')
echo "Using channel='$channel' and platform='$platform'"