Get makepkg working

This commit is contained in:
2025-02-26 19:56:14 -05:00
parent 731a442d7b
commit b2dcfe2b61
4 changed files with 39 additions and 7 deletions

View File

@ -3,12 +3,14 @@
Command to build
```
podman build --add-host=archmirror.i.balki.me:169.254.1.2 -t gitea.balki.me/balki/aur_builder:10 .
cd ~/projects/mine/aur_builder/
podman build -t gitea.balki.me/balki/aur_builder:exp .
```
Command to run
```
cd /home/balki/archws/abs/arti_aur
podman run --rm -v $PWD:/w -it gitea.balki.me/balki/aur_builder:10
cd /home/balki/gotosocial_aur/
podman run --rm -v $PWD:/w -it gitea.balki.me/balki/aur_builder:exp
Y
```