cont name
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
271ba6b62e
commit
1f2b2e3c6d
|
@ -7,7 +7,7 @@ mkdir "/tmp/$did"
|
||||||
pkg_dest=$1
|
pkg_dest=$1
|
||||||
pkg_url=$2
|
pkg_url=$2
|
||||||
|
|
||||||
podman run --userns=keep-id -u root --rm -v "/tmp/$did:/buildroot" "autobuilder:spark" /build "$pkg_url"
|
podman run --userns=keep-id -u root --rm -v "/tmp/$did:/buildroot" "spark:autobuilder" /build "$pkg_url"
|
||||||
|
|
||||||
artifacts=( "/tmp/$did/"*.pkg.* )
|
artifacts=( "/tmp/$did/"*.pkg.* )
|
||||||
for i in "${artifacts[@]}"; do
|
for i in "${artifacts[@]}"; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user