@@ -8,7 +8,7 @@ podman_cmd=(
|
|||||||
--workdir /buildroot
|
--workdir /buildroot
|
||||||
--name "autobuilder.$$"
|
--name "autobuilder.$$"
|
||||||
--env "BUILDUSER=$USER"
|
--env "BUILDUSER=$USER"
|
||||||
"$image" /build "$@"
|
"$image" /build '/buildroot' "$@"
|
||||||
)
|
)
|
||||||
|
|
||||||
"${podman_cmd[@]}"
|
"${podman_cmd[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user