Hey all,
I have managed to get a reliable build of Vyos (finally ) using this repo for people who are interested https://github.com/grahamhayes/vyos-build/
I did not run it in docker. The steps I did are:
Build kernel from the vyos-build/packages/linux-kernel at ten64-build · grahamhayes/vyos-build · GitHub folder.
Build sensors package (not 100% this is working properly tbh) using the out-of-tree.sh file, and copying the output up one folder.
Get the telegraf arm64 deb and put it in the packages folder.
Build vyos-utils from the GitHub - vyos/vyos-utils repo, and copy the deb to the packages folder.
then just sudo make arm64, and copy the qcow to recovery and use the write-image-disk command in recovery to write to the disk.
Vyos then just booted for me, and seems to be working. Haven’t done any speedtests yet to see what perf is like so ymmv.