gfdshsdfghsdfh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 1m21s
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-08 11:05:02 -07:00
parent c68f7f1fd6
commit d4b4f163a6

View File

@@ -49,11 +49,17 @@ jobs:
docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .
docker run --rm --privileged \
-v "${{ env.OUTPUT_DIR }}:/output" \
-v /mnt/user/git/act_runner_output:/output \
-e VERSION="$version" \
fithwum/debian-$version-base \
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
bash -c "/scripts/bootstrap-rootfs.sh \"$version\" && cp -v \"/output/$version/debian-$version.tar.bz2\" \"${{ env.OUTPUT_DIR }}/$version/\""
# docker run --rm --privileged \
# -v "${{ env.OUTPUT_DIR }}:/output" \
# -e VERSION="$version" \
# fithwum/debian-$version-base \
# bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
# # bash -eux /scripts/bootstrap-rootfs.sh "$version"
done
- name: Validate that archives exist for each version