feat(ci): add script wrapper to skip signer build when rebuilding images

This commit is contained in:
Debian 2025-09-04 20:04:05 +00:00
parent e4c6979bd0
commit 40535f351b

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
export SKIP_SIGNER_BUILD=1
./build_all_images.sh