universalize!

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2021-03-06 07:06:47 +03:00
parent ca73f5eeaf
commit d42669565c
4 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ pkg_url=$2
#podman run --userns=keep-id -u root --rm -v "/tmp/$did:/buildroot" "spark:autobuilder" /build
git clone "$pkg_url" "/tmp/$did"
cd "/tmp/$did"
makepkg-podman 'localhost/spark:autobuilder'
PODMAN_IMAGE='localhost/spark:autobuilder' makepkg-podman --noconfirm -sL
artifacts=( "/tmp/$did/"*.pkg.* )
for i in "${artifacts[@]}"; do