From 3474bd8021cad4e628fd3285a3345a9aed980152 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 18 Dec 2024 14:04:10 +0100 Subject: [PATCH] workflows: sign images Changelog-entry: configure build pipeline to sign images 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 38dba7450..64cc1edc6 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -62,3 +62,4 @@ jobs: force-finalize: ${{ inputs.force-finalize || false }} # Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }} + sign-image: true