sfdghsfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled

This commit is contained in:
2025-07-08 16:21:54 -07:00
parent a156d718ed
commit 84aec38bc2

View File

@@ -39,9 +39,9 @@ jobs:
- name: Clean workspace tarballs before build
run: |
echo "[INFO] Cleaning old tarballs..."
rm -f ./output/*/debian-*.tar.bz2
rm -f ./output/*/rootfs-*.tar.bz2
rm -f ./output/sha256sums.txt
rm -f ."${{ env.OUTPUT_DIR }}/*/debian-*.tar.bz2"
rm -f ."${{ env.OUTPUT_DIR }}/*/rootfs-*.tar.bz2"
rm -f ."${{ env.OUTPUT_DIR }}/sha256sums.txt"
- name: Build all Debian rootfs versions sequentially
run: |