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:
9
.github/workflows/include.yml
vendored
9
.github/workflows/include.yml
vendored
@@ -59,17 +59,12 @@ jobs:
|
||||
#[[ ${{ inputs.desktop }} == no ]] && runner_tags=small
|
||||
[[ ${{ inputs.minimal }} == yes ]] && runner_tags=ubuntu-latest
|
||||
[[ $j == arm64 ]] && runner_tags=aarch64
|
||||
[[ $j == armhf ]] && runner_tags=aarch64
|
||||
[[ $j == amd64 ]] && runner_tags=ubuntu-latest
|
||||
#[[ $j == armhf ]] && runner_tags=aarch64
|
||||
#[[ $j == amd64 ]] && runner_tags=ubuntu-latest
|
||||
|
||||
# we don't have chromium and many other packages yet
|
||||
[[ $j == riscv64 ]] && variant="x"
|
||||
|
||||
|
||||
# lets try on public runners only
|
||||
runner_tags=ubuntu-latest
|
||||
|
||||
|
||||
for k in ${desktops[@]}; do
|
||||
if ! grep -q $j config/distributions/${i}/architectures; then continue; fi
|
||||
if [[ ${k} != "none" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user