sdfhdfshdfgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m29s
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:23:07 -07:00
parent 7fffb9ff6c
commit 88e46f91af

View File

@@ -36,9 +36,9 @@ jobs:
- name: Check host output
run: |
OUTPUT_DIR="/mnt/host-output"
OUTPUT_DIR="/mnt/user/git/act_runner_output"
mkdir -p "$OUTPUT_DIR"
ls -lah /mnt/host-output
ls -lah /mnt/user/git/act_runner_output
- name: Clean workspace tarballs before build
run: |
@@ -50,7 +50,7 @@ jobs:
- name: Build all Debian rootfs versions sequentially
run: |
versions=($VERSIONS)
OUTPUT_DIR="/mnt/host-output"
OUTPUT_DIR="/mnt/user/git/act_runner_output"
mkdir -p "$OUTPUT_DIR"
for version in "${versions[@]}"; do
@@ -67,8 +67,8 @@ jobs:
- name: Verify tarball exists on host
run: |
find /mnt/host-output -type f -name '*.tar.bz2' -ls
du -sh /mnt/host-output/*
find /mnt/user/git/act_runner_output -type f -name '*.tar.bz2' -ls
du -sh /mnt/user/git/act_runner_output/*
- name: Check output folder permissions
run: |