libvirt/Makefile

10 lines
190 B
Makefile
Raw Normal View History

2023-12-26 13:22:47 +00:00
all:libvirt
libvirt:
buildah bud -t repo.brass.host/libvirt/libvirt -f Dockerfile.libvirt
qemu:
buildah bud -t repo.brass.host/libvirt/qemu -f Dockerfile.qemu
.PHONY: all qemu libvirt