From 64e4bc1c24e1507519fde60b0abaea805108184a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 20 Feb 2023 13:09:03 +0100 Subject: [PATCH] Update generate.yml --- .github/workflows/generate.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index bc574cf..68b8bb0 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -13,6 +13,18 @@ jobs: fail-fast: false # let other jobs try to complete if one fails matrix: include: + - board: "rock-5b" + branch: "edge" + runner_tags: [ "self-hosted", "Linux", 'beta' ] + variant: "" + - board: "uefi-riscv64" + branch: "edge" + runner_tags: [ "self-hosted", "Linux", 'beta' ] + variant: "" + - board: "odroidxu4" + branch: "edge" + runner_tags: [ "self-hosted", "Linux", 'beta' ] + variant: "" - board: "odroidhc4" branch: "edge" runner_tags: [ "self-hosted", "Linux", 'beta' ]