dfghfdh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 6m50s
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 16:22:25 -07:00
parent 84aec38bc2
commit 17808c14ff

View File

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