summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorasklymenko <a.klymenko@vyos.io>2026-06-12 20:47:32 +0300
committerasklymenko <a.klymenko@vyos.io>2026-06-12 20:47:32 +0300
commitd6d31d5073e9034bfe2e25ba3fafd19acff5943a (patch)
tree0a5140c1b9515f374e94c3065c5b866f4bee1e34 /.github
parentec0afde14627494f5c92f0cef3cd9f6a0041342e (diff)
downloadvyos-build-d6d31d5073e9034bfe2e25ba3fafd19acff5943a.tar.gz
vyos-build-d6d31d5073e9034bfe2e25ba3fafd19acff5943a.zip
T861: add secure boot support. Build shim-signed package
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/trigger_rebuild_packages.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml
index 75e73f46..1d68cba4 100644
--- a/.github/workflows/trigger_rebuild_packages.yml
+++ b/.github/workflows/trigger_rebuild_packages.yml
@@ -82,6 +82,8 @@ jobs:
- 'scripts/package-build/pyhumps/**'
radvd:
- 'scripts/package-build/radvd/**'
+ shim-signed:
+ - 'scripts/package-build/shim-signed/**'
strongswan:
- 'scripts/package-build/strongswan/**'
tacacs:
@@ -235,6 +237,10 @@ jobs:
trigger_build "radvd"
fi
+ if [ "${{ steps.changes.outputs.shim-signed }}" == "true" ]; then
+ trigger_build "shim-signed"
+ fi
+
if [ "${{ steps.changes.outputs.strongswan }}" == "true" ]; then
trigger_build "strongswan"
fi