From e1cd253428cd746287cfb4119867fc720c9af375 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Sat, 11 Jan 2025 23:50:48 +0100 Subject: [PATCH] workflows: add custom template path With the addition of the meta-balena-hab submodule there are multiple balena layers with custom templates - specify which one to use to avoid a build error. Changelog-entry: add custom template path to iot-gate-imx8 Signed-off-by: Alex Gonzalez --- .github/workflows/iot-gate-imx8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/iot-gate-imx8.yml b/.github/workflows/iot-gate-imx8.yml index 4b7d3ef1..90e3ec75 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -50,6 +50,7 @@ jobs: secrets: inherit with: machine: iot-gate-imx8 + build-args: '--templates-path layers/meta-balena-imx8mm' # worker_type defaults to testbot # worker_fleets defaults to balena/testbot-rig,balena/testbot-rig-partners,balena/testbot-rig-x86,balena/testbot-rig-partners-x86 test_matrix: >