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
@@ -29,7 +29,7 @@ jobs:
|
||||
uses: actions/checkout@v3.3.0
|
||||
with:
|
||||
repository: armbian/build
|
||||
ref: main
|
||||
ref: AR-1549
|
||||
fetch-depth: 1
|
||||
clean: false # true is default. it *will* delete the hosts /dev if mounted inside.
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
|
||||
for k in ${desktops[@]}; do
|
||||
if ! grep -q $j config/distributions/${i}/arhitectures; then continue; fi
|
||||
if ! grep -q $j config/distributions/${i}/architectures; then continue; 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