mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-list.yml
This commit is contained in:
14
.github/workflows/build-list.yml
vendored
14
.github/workflows/build-list.yml
vendored
@@ -40,19 +40,7 @@ jobs:
|
||||
- test
|
||||
- avc
|
||||
" > scripts/.github/workflows/go.yml
|
||||
find build/config/distributions -mindepth 1 -maxdepth 1 -type d | sed 's/.*\///'
|
||||
MATRIX=$(
|
||||
set +e
|
||||
releases=($(find build/config/distributions -mindepth 1 -maxdepth 1 -type d | sed 's/.*\///' ))
|
||||
for i in ${releases[@]}
|
||||
do
|
||||
environments=($([[ -d build/config/desktop/$i/environments ]] && ls -1 build/config/desktop/$i/environments))
|
||||
for j in ${environments[@]}
|
||||
do
|
||||
echo "$i:$j"
|
||||
done
|
||||
done)
|
||||
echo $MATRIX > scripts/READ
|
||||
cat build/config/targets*.conf | grep -v "^$" | grep -v "^#" | sed -n $LINE'p' | cut -d " " -f1 | sort | uniq | sed 's/^/ - /' >> scripts/.github/workflows/go.yml
|
||||
|
||||
- name: Add
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user