dfghfdghfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 6s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
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-07 19:49:48 -07:00
parent ce8cdca8b0
commit 619e90028a

View File

@@ -43,10 +43,9 @@ jobs:
docker run --rm --privileged \
-v "$(pwd)":/output \
-e DEBIAN_RELEASE=$version \
--env DEBIAN_RELEASE="$version" \
fithwum/debian-$version-base \
bash -euxc "
DEBIAN_RELEASE='$version'
bash -euxc '
ROOTFS_DIR='debian-${version}'
echo '[INFO] Bootstrapping Debian $DEBIAN_RELEASE rootfs...'
@@ -83,7 +82,7 @@ jobs:
TARBALL="/output/$DEBIAN_RELEASE/debian-${DEBIAN_RELEASE}.tar.bz2"
tar -cjf "$TARBALL" -C "$ROOTFS_DIR" .
echo '[INFO] Tarball ready for CI to upload: \$TARBALL'
"
'
done
- name: List output archives