fdghfdghfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 7s
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 06:02:49 -07:00
parent bffecb5ba3
commit 2c6457c6f3

View File

@@ -36,7 +36,7 @@ jobs:
- name: Check host output - name: Check host output
run: | run: |
export OUTPUT_DIR="/mnt/host-output" OUTPUT_DIR="/mnt/host-output"
mkdir -p "$OUTPUT_DIR" mkdir -p "$OUTPUT_DIR"
ls -lah /mnt/host-output ls -lah /mnt/host-output
ls -lah /mnt/host-output/${GITEA_REPOSITORY##*}/output ls -lah /mnt/host-output/${GITEA_REPOSITORY##*}/output
@@ -50,8 +50,8 @@ jobs:
- name: Build all Debian rootfs versions sequentially - name: Build all Debian rootfs versions sequentially
run: | run: |
export versions=($VERSIONS) versions=($VERSIONS)
export OUTPUT_DIR="/mnt/host-output" OUTPUT_DIR="/mnt/host-output"
mkdir -p "$OUTPUT_DIR" mkdir -p "$OUTPUT_DIR"
for version in "${versions[@]}"; do for version in "${versions[@]}"; do
@@ -66,6 +66,11 @@ jobs:
# bash -eux /scripts/bootstrap-rootfs.sh "$version" # bash -eux /scripts/bootstrap-rootfs.sh "$version"
done done
- name: Verify tarball exists on host
run: |
find /mnt/host-output -type f -name '*.tar.bz2' -ls
du -sh /mnt/host-output/*
- name: Check output folder permissions - name: Check output folder permissions
run: | run: |
ls -ld output ls -ld output