This commit is contained in:
Igor Pecovnik
2022-06-13 00:15:29 +02:00
parent 600580ba05
commit b7078219af

View File

@@ -123,7 +123,7 @@ jobs:
# Let's choose runners wisely
[[ $VAR != desktop && $ARC == *arm* ]] && echo ::set-output name=runner::$(echo 'ARM64') || true
[[ $VAR == desktop ]] && echo ::set-output name=runner::$(echo 'small') || true
[[ ( $VAR == minimal || $VAR == server ) && $ARC == x86 ]] && echo ::set-output name=runner::$(echo 'ubuntu-latest') || true
[[ $ARC == x86 ]] && echo ::set-output name=runner::$(echo 'ubuntu-latest') || true
image: