set buildroot explicitly

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-22 21:06:05 +00:00
parent 1b5f8b8663
commit 91b0384897

View File

@@ -8,7 +8,7 @@ podman_cmd=(
--workdir /buildroot
--name "autobuilder.$$"
--env "BUILDUSER=$USER"
"$image" /build "$@"
"$image" /build '/buildroot' "$@"
)
"${podman_cmd[@]}"