From a1dd213d6ea924cbff16bc034ce991b688bea9fb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 29 Apr 2024 13:54:11 +0200 Subject: [PATCH] .github: also build test the materials for Linux kernel course on BeaglePlay Signed-off-by: Thomas Petazzoni --- .github/workflows/training-materials.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/training-materials.yml b/.github/workflows/training-materials.yml index 4846f70f8e..e6b684c34a 100644 --- a/.github/workflows/training-materials.yml +++ b/.github/workflows/training-materials.yml @@ -26,11 +26,14 @@ jobs: args: > full-linux-kernel-slides.pdf full-linux-kernel-labs.pdf + full-linux-kernel-beagleplay-slides.pdf + full-embedded-linux-beagleplay-labs.pdf linux-kernel-agenda.pdf linux-kernel-fr-agenda.pdf linux-kernel-online-agenda.pdf linux-kernel-online-fr-agenda.pdf linux-kernel-labs.tar.xz + linux-kernel-beagleplay-labs.tar.xz buildroot: runs-on: ubuntu-20.04 steps: