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