From eaf3470a37e53023878480c7d86feca40fe9b94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 21 Feb 2023 10:41:38 +0100 Subject: [PATCH] Update generate.yml --- .github/workflows/generate.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index af35248..66cf86f 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -21,10 +21,18 @@ jobs: branch: "edge" runner_tags: [ "self-hosted", "Linux", 'beta' ] variant: "" -# - board: "odroidxu4" -# branch: "edge" -# runner_tags: [ "self-hosted", "Linux", 'beta' ] -# variant: "" + - board: "uefi-riscv64" + branch: "current" + runner_tags: [ "self-hosted", "Linux", 'beta' ] + variant: "" + - board: "onecloud" + branch: "edge" + runner_tags: [ "self-hosted", "Linux", 'beta' ] + variant: "" + - board: "onecloud" + branch: "current" + runner_tags: [ "self-hosted", "Linux", 'alfa' ] + variant: "" - board: "odroidhc4" branch: "edge" runner_tags: [ "self-hosted", "Linux", 'beta' ]