verbose build
Some checks failed
Build Zero OS Initramfs / build (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, basic) (push) Has been cancelled
Build Zero OS Initramfs / test-matrix (qemu, serial) (push) Has been cancelled

This commit is contained in:
2025-09-08 12:52:31 +02:00
parent cbdc08c71f
commit b7584bdb4e

View File

@@ -183,7 +183,7 @@ function docker_run_build() {
# Run with privileged access for chroot mounts and system operations
log_info "Container environment: ${env_args}"
safe_execute ${CONTAINER_RUNTIME} run --rm \
${CONTAINER_RUNTIME} run --rm -it \
--privileged \
${env_args} \
-v "${PROJECT_ROOT}:/workspace" \