From 14dadbcf3ce8d732354d2c4ef30f3374f80950f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 18 Oct 2024 06:00:05 -0500 Subject: write out xml file for virsh create (maybe?) Signed-off-by: Jeff Carr --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a954867..8450c66 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: GO111MODULE=off go build -v -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}" ./virtigo --version ./virtigo --hosts farm01 farm02 farm03 + ./virtigo --start jcarr start-all-droplets: curl --silent http://localhost:8080/start?start=git.wit.org -- cgit v1.2.3