test
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
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

This commit is contained in:
2025-07-07 17:43:13 -07:00
parent 5782d3fc64
commit 302e8099e1
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ else
fi
fi
TARBALL="/output/${ROOTFS_DIR}.tar.bz2"
TARBALL="/output/${DEBIAN_RELEASE}/${ROOTFS_DIR}.tar.bz2"
echo "[INFO] Unmounting system directories (ignore errors)..."
for dir in sys proc dev/pts dev; do