dfghdfgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m22s
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 06:36:34 -07:00
parent 60dedbcd70
commit 545324345f

View File

@@ -43,9 +43,9 @@ jobs:
- name: Clean workspace tarballs before build
run: |
echo "[INFO] Cleaning old tarballs..."
rm -f ./debian-*.tar.bz2
rm -f ./rootfs-*.tar.bz2
rm -f ./sha256sums.txt
rm -fv ./mnt/user/git/act_runner_output/*/debian-*.tar.bz2
rm -fv ./mnt/user/git/act_runner_output/*/rootfs-*.tar.bz2
rm -fv ./mnt/user/git/act_runner_output/sha256sums.txt
- name: Build all Debian rootfs versions sequentially
run: |