Skip to content

Commit

Permalink
Build azure image by default
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Mar 25, 2021
1 parent 8ca13aa commit 1ae4754
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ae4754

Please sign in to comment.