This commit is contained in:
Igor Pecovnik
2021-12-09 23:09:42 +01:00
parent f8957c5428
commit 6dca3df572

View File

@@ -51,7 +51,7 @@ jobs:
id: list_dirs
run: |
echo ::set-output name=matrix::$(for x in $(cat build/config/${{ github.event.inputs.variant }} | grep -v "^$" | grep -v "^#" | cut -f1 -d ' ' | uniq); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
echo ::set-output name=matrix::$(for x in $(cat build/config/${{ github.event.inputs.rootfsarch }} | grep -v "^$" | grep -v "^#" | cut -f1 -d ' ' | uniq); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
gradle:
needs: Prepare