sdfghsdfgh
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. / generate-build-info (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

This commit is contained in:
2025-07-08 16:21:06 -07:00
parent f2c5a552a4
commit a156d718ed

View File

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