Generate ova with vyos 1.4 not working

Hi,

I try to generate an ova file with the vyos-build sagetti 1.4
I’ve already generated an ova with 1.3 equuleus, everything works.
But with 1.4 to generate the ova, the make doesn’t works.

I use the container vyos/vyos-build:current

I generate a iso

sudo ./build-vyos-image iso --architecture amd64 

i had ovftools

sudo ./VMware-ovftool-4.4.3-18663434-lin.x86_64.bundle

But when I do

make vmware

i have this error

make: *** No rule to make target 'vmware'.  Stop.

I have the same error with qemu.

Something change between 1.3 and 1.4 to generate ova ?