Can't build rolling release

The next rolling release can’t be built with the following error:

Reading state information…
E: Unable to locate package linux-image-5.10.139-amd64-vyos
E: Couldn’t find any package by glob ‘linux-image-5.10.139-amd64-vyos’
E: Couldn’t find any package by regex ‘linux-image-5.10.139-amd64-vyos’
E: An unexpected failure occurred, exiting…
P: Begin unmounting filesystems…
P: Saving caches…
Reading package lists…
Building dependency tree…
Reading state information…
make: *** [Makefile:32: iso] Error 1

Hello @aserkin ,
Describe the commands you used to create the image.
Use official instruction for VyOS 1.4 sagitta, current:
https://docs.vyos.io/en/equuleus/contributing/build-vyos.html#build-iso

I did that the same way as the last half a year:

git clone -b current --single-branch https://github.com/vyos/vyos-build
cd vyos-build/
docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:current bash
./configure --architecture amd64 --build-by "alexander.serkin@gmail.com"
make iso

today it worked. Yesterday it did not. No worries, now it’s ok.

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