Update include.yml

This commit is contained in:
Igor Pečovnik
2023-02-20 20:09:01 +01:00
committed by GitHub
parent 282cf6f8b5
commit 3fd37bb997

View File

@@ -54,6 +54,7 @@ jobs:
[[ ${{ inputs.minimal }} == yes ]] && runner_tags=ubuntu-latest
[[ $j == arm64 ]] && runner_tags=aarch64
[[ $j == amd64 ]] && runner_tags=ubuntu-latest
[[ $j == armhf ]] && runner_tags=small
for k in ${desktops[@]}; do