mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update armbian-framework-rootfs-cache-v2.yml
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
mininal:
|
||||
minimal:
|
||||
required: true
|
||||
type: string
|
||||
desktop:
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
runner_tags="ubuntu_latest"
|
||||
[[ $j == arm64 ]] && runner_tags=aarch64
|
||||
if ! grep -q $j config/distributions/${i}/arhitectures; then continue; fi
|
||||
echo "{\"release\":\"${i}\",\"minimal\":\"${{ inputs.mininmal }}\",\"arch\":\"$j\",\"runner_tags\":\"$runner_tags\"}"
|
||||
echo "{\"release\":\"${i}\",\"minimal\":\"${{ inputs.minimal }}\",\"arch\":\"$j\",\"runner_tags\":\"$runner_tags\"}"
|
||||
done
|
||||
done
|
||||
done | jq -s >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user