Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-21 00:16:32 +01:00
committed by GitHub
parent c76eb65a39
commit 72e42df60e

View File

@@ -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