Update generate.yml

This commit is contained in:
Igor Pečovnik
2023-03-10 07:09:13 +01:00
committed by GitHub
parent a91b8d2d1a
commit 8459c75f09

View File

@@ -39,7 +39,7 @@ jobs:
run: |
# Make a list of valid pairs from our config
echo 'JSON_CONTENT<<EOF' >> $GITHUB_OUTPUT
for BRANCH in legacy current edge; do
for BRANCH in legacy current midstream edge; do
FILES=$(cat os/targets/*.conf | grep $BRANCH | grep -v "^$" | grep -v "^#" | sed -n $LINE'p' | cut -d " " -f1 | uniq)
while IFS= read -r line; do
BOARDFAMILY=$(cat build/config/boards/$line.* | grep BOARDFAMILY | cut -d'"' -f2)