1. Save output along with log inside output directory 2. Remove wip yay support
8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
|
|
|
build:
|
|
podman build -t aur_builder:latest -t aur_builder:`date -I` .
|
|
|
|
pull:
|
|
podman pull docker.io/archlinux:base-devel
|