You've already forked aur_builder
Get makepkg working
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user