1. Save output along with log inside output directory
2. Remove wip yay support
This commit is contained in:
2025-03-27 13:56:35 -04:00
parent 9ac300e528
commit 1d46cde88b
4 changed files with 27 additions and 34 deletions

View File

@ -15,14 +15,18 @@ Build Archlinux packages in rootless podman container
### Command to build
```
cd ~/projects/mine/aur_builder/
podman build -t gitea.balki.me/balki/aur_builder:exp .
podman build -t aur_builder:latest .
```
### Command to run
```
cd /home/balki/gotosocial_aur/
podman run --rm -v $PWD:/w -it gitea.balki.me/balki/aur_builder:exp
Y
cd /path/to/PKGBUILD_dir
podman run --rm -it -v $PWD:/w aur_builder:latest
```
Drop to shell before building.
```
podman run --rm -it -v $PWD:/w -e DEBUG_SHELL=y aur_builder:latest
```