mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update
This commit is contained in:
2
.github/workflows/build-with-docker.yml
vendored
2
.github/workflows/build-with-docker.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
id: list_dirs
|
||||
run: |
|
||||
|
||||
echo ::set-output name=matrix::$(for x in $(cat build/config/${{ 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/${{ inputs.variant }} | grep -v "^$" | grep -v "^#" | cut -f1 -d ' ' ); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
|
||||
|
||||
image:
|
||||
needs: Prepare
|
||||
|
||||
Reference in New Issue
Block a user