You've already forked cache-root
mirror of
https://github.com/armbian/cache-root.git
synced 2026-01-06 10:38:58 -08:00
Update include.yml
This commit is contained in:
4
.github/workflows/include.yml
vendored
4
.github/workflows/include.yml
vendored
@@ -50,11 +50,11 @@ jobs:
|
||||
runner_tags=qemu
|
||||
|
||||
# runners optimisations
|
||||
[[ ${{ inputs.desktop }} == no ]] && runner_tags=small
|
||||
#[[ ${{ inputs.desktop }} == no ]] && runner_tags=small
|
||||
[[ ${{ inputs.minimal }} == yes ]] && runner_tags=ubuntu-latest
|
||||
[[ $j == arm64 ]] && runner_tags=aarch64
|
||||
[[ $j == amd64 ]] && runner_tags=ubuntu-latest
|
||||
[[ $j == armhf ]] && runner_tags=small
|
||||
#[[ $j == armhf ]] && runner_tags=small
|
||||
|
||||
|
||||
for k in ${desktops[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user