Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-24 20:59:54 +01:00
committed by GitHub
parent d6dbf6a6d9
commit cbe291a78c

View File

@@ -63,7 +63,9 @@ jobs:
for k in ${desktops[@]}; do
if ! grep -q $j config/distributions/${i}/architectures; then continue; fi
if ! grep -q $j config/desktop/${i}/environments/${k}/architectures; then continue; fi
if [[ ${k} != "none" ]]; then
if ! grep -q $j config/desktop/${i}/environments/${k}/architectures; then continue; fi
fi
echo "{\"release\":\"${i}\",\"desktop\":\"$k\",\"minimal\":\"${{ inputs.minimal }}\",\"variant\":\"${variant}\",\"arch\":\"$j\",\"runner_tags\":\"$runner_tags\"}"
done
done