From 9a83adcc67e2f4877c75c5a843f3f98404c05b9d Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:49:23 +0100 Subject: [PATCH] Update eventbuild.yml --- .github/workflows/eventbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eventbuild.yml b/.github/workflows/eventbuild.yml index e510cb25..c2c6e5f2 100644 --- a/.github/workflows/eventbuild.yml +++ b/.github/workflows/eventbuild.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false # Don't fail all if any of the jobs is failing matrix: #TARGET: [x20,radxa-zero3w,x86-lunar] # <-- Add targets here! - TARGET: [pi-bullseye, x86-lunar, rock5b, rock5a, radxa-cm3, x20, radxa-zero3w] # <-- Add targets here! + TARGET: [pi-bullseye, x86-lunar, radxa-zero3w] # <-- Add targets here! steps: - name: Maximize build space uses: easimon/maximize-build-space@master