mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update
This commit is contained in:
3
.github/workflows/build-with-docker.yml
vendored
3
.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 ' ' ); 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 ' ' | pr -t -n3 | tr -s '[:blank:]' ':'); do echo $x; done|jq -cnR '[inputs | select(length>0)]' | jq)
|
||||
|
||||
image:
|
||||
needs: Prepare
|
||||
@@ -62,4 +62,5 @@ jobs:
|
||||
fetch-depth: 0
|
||||
repository: armbian/build
|
||||
path: build
|
||||
ref: nightly
|
||||
clean: true
|
||||
|
||||
Reference in New Issue
Block a user