ghjfgyjfju
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m1s
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 21:40:31 -07:00
parent 1f0f616cd3
commit 2635fe6633

View File

@@ -26,8 +26,17 @@ jobs:
- name: Checkout source - name: Checkout source
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Debug container /output contents
run: |
docker run --rm --privileged \
-v "$(pwd)/output":/output \
-e VERSION=bullseye \
fithwum/debian-bullseye-base \
bash -c "ls -lah /output"
- name: Prepare output directory - name: Prepare output directory
run: mkdir -p output run: mkdir -p /workspace/***/debian-base/output
echo "PWD = $(pwd)" echo "PWD = $(pwd)"
ls -ld output ls -ld output
@@ -48,7 +57,7 @@ jobs:
docker build --build-arg VERSION=$version -t fithwum/debian-$version-base . docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .
docker run --rm --privileged \ docker run --rm --privileged \
-v "${pwd}/output":/output \ -v "/workspace/***/debian-base/output":/output \
-e VERSION="$version" \ -e VERSION="$version" \
fithwum/debian-$version-base \ fithwum/debian-$version-base \
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\"" bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""