9 lines
221 B
Makefile
9 lines
221 B
Makefile
|
|
|
|
build:
|
|
podman build --add-host archmirror.i.balki.me:100.64.0.2 -t aur_builder:latest -t aur_builder:`date -I` .
|
|
|
|
pull:
|
|
# podman pull docker.io/archlinux:base-devel
|
|
podman pull quay.io/archlinux/archlinux:base-devel
|