Build Azure image by follow offical build instruction Error

Hi Guys,
After following the instructions on the user guide , I build azure image with error and after upload on azure, it failed to work.

docker pull vyos/vyos-build:equuleus
git clone -b equuleus --single-branch https://github.com/vyos/vyos-build
cd vyos-build
docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:equuleus bash
./configure --architecture amd64 --build-by "j.randomhacker@vyos.io"
make azure
Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done

Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done

tune2fs 1.44.5 (15-Dec-2018)
Setting interval between checks to 0 seconds
cp: cannot stat 'binary/live/initrd.img': No such file or directory
cp: cannot stat 'binary/live/vmlinuz': No such file or directory
Installing for i386-pc platform.
Installation finished. No error reported.
Finished.

sudo make iso or sudo make qemu are fine. but only make azure has error like these.

After tested a while with offical document. I finally fixed all of the errors and run vyos on azure with a customized vhd file. From the journey, I learn a lot from the document and forum. Thanks, guys.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.