sdfgdsfgdfg
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 6m8s
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:34:29 -07:00
parent d2d1864027
commit 923230ae74

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..."
find "${{ env.OUTPUT_DIR }}" -type f -name 'debian-*.tar.bz2' -exec rm -rfv {} \; rm -frv ."${{ env.OUTPUT_DIR }}/*/debian-*.tar.bz2"
find "${{ env.OUTPUT_DIR }}" -type f -name 'rootfs-*.tar.bz2' -exec rm -rfv {} \; rm -frv ."${{ env.OUTPUT_DIR }}/*/rootfs-*.tar.bz2"
find "${{ env.OUTPUT_DIR }}" -type f -name 'sha256sums.txt' -exec rm -rfv {} \; rm -frv ."${{ env.OUTPUT_DIR }}/sha256sums.txt"
- name: Build all Debian rootfs versions sequentially - name: Build all Debian rootfs versions sequentially
run: | run: |