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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user