You've already forked cache-root
mirror of
https://github.com/armbian/cache-root.git
synced 2026-01-06 10:38:58 -08:00
Update include.yml
This commit is contained in:
4
.github/workflows/include.yml
vendored
4
.github/workflows/include.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user