dfshh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m11s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-08 05:36:10 -07:00
parent 6480dad174
commit 851d9ffa9b

View File

@@ -53,6 +53,7 @@ jobs:
- name: Build all Debian rootfs versions sequentially
run: |
versions=($VERSIONS)
OUTPUT_DIR="$(pwd)/output"
for version in "${versions[@]}"; do
echo "[INFO] Building $version..."