From e89f0e0f6d90eb35ff30820cc1cc412464b15248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 21 Feb 2023 08:09:37 +0100 Subject: [PATCH] Update include.yml --- .github/workflows/include.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index 2ac5554..f4af024 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -47,14 +47,18 @@ jobs: # Cycle desktops [[ "${{ inputs.desktop }}" == yes ]] && desktops=($(find -L config/desktop/sid/environments/ -name support -exec grep -l 'supported' {} \; | rev | cut -d '/' -f 2 | rev)) for j in ${arch[@]}; do + runner_tags=qemu + variant=${{ inputs.variant }} - # runners optimisations + # exceptions and runners optimisations #[[ ${{ 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 + + # we don't have chromium and many other packages yet + [[ $j == riscv64 ]] && variant="x" for k in ${desktops[@]}; do