tyrutryutyu
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m16s
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 05:50:32 -07:00
parent 3fa84dc186
commit d0b9c2e2a0

View File

@@ -37,11 +37,13 @@ jobs:
- name: Prepare output directory - name: Prepare output directory
run: | run: |
OUTPUT_DIR="/home/runner/_work/${GITEA_REPOSITORY##*/}/output" OUTPUT_DIR="/mnt/host-output/${GITEA_REPOSITORY##*/}/output"
mkdir -p "$OUTPUT_DIR" mkdir -p "$OUTPUT_DIR"
echo "PWD = $(pwd)" - name: Check host output
ls -ld output run: |
ls -lah /mnt/host-output
ls -lah /mnt/host-output/${GITEA_REPOSITORY##*/}/output
- name: Clean workspace tarballs before build - name: Clean workspace tarballs before build
run: | run: |
@@ -53,7 +55,7 @@ jobs:
- name: Build all Debian rootfs versions sequentially - name: Build all Debian rootfs versions sequentially
run: | run: |
versions=($VERSIONS) versions=($VERSIONS)
OUTPUT_DIR="/home/runner/_work/${GITEA_REPOSITORY##*/}/output" OUTPUT_DIR="/mnt/host-output/${GITEA_REPOSITORY##*/}/output"
for version in "${versions[@]}"; do for version in "${versions[@]}"; do
echo "[INFO] Building $version..." echo "[INFO] Building $version..."