From 1ae475412a6fb2e7b363f6d24008dcc9f34f23c9 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Thu, 25 Mar 2021 16:54:54 +0000 Subject: [PATCH] Build azure image by default --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a021ad..e3b0e15 100644 --- a/Makefile +++ b/Makefile @@ -194,13 +194,17 @@ build-usb: ./build/build_usb $(BUILDSEND_MP)/$(VERSION).iso \ $(BUILDSEND_MP)/$(VERSION).usb-dd -build-bhyve: bins +build-bhyve: bins zfs @banner .BHYVE BUILDSEND_MP=$(BUILDSEND_MP) ./build/bhyve +build-azure: bins zfs + @banner .azure + BUILDSEND_MP=$(BUILDSEND_MP) ./build/azure + install-iso: check-mkisofs bins install-tftp install-web build-iso install-usb: install-iso build-usb -all: install-usb $(NGZ_ZFS_STREAM) build-bhyve +all: install-usb $(NGZ_ZFS_STREAM) build-bhyve build-azure # Used by omnios-build/kayak/ to create the kayak package