├── .gitlab-ci.yml ├── .gitmodules ├── README.md ├── clean.sh ├── patches ├── python-inotify-disable-test_renames.patch └── vyos-live-build-traverse-only-disable-iso-secure-boot.patch ├── repos.development.txt ├── repos.txt ├── runjenkins.lua └── testimg.sh /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/README.md -------------------------------------------------------------------------------- /clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/clean.sh -------------------------------------------------------------------------------- /patches/python-inotify-disable-test_renames.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/patches/python-inotify-disable-test_renames.patch -------------------------------------------------------------------------------- /patches/vyos-live-build-traverse-only-disable-iso-secure-boot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/patches/vyos-live-build-traverse-only-disable-iso-secure-boot.patch -------------------------------------------------------------------------------- /repos.development.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/repos.development.txt -------------------------------------------------------------------------------- /repos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/repos.txt -------------------------------------------------------------------------------- /runjenkins.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/runjenkins.lua -------------------------------------------------------------------------------- /testimg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcbridematt/vyos-arm64-builder/HEAD/testimg.sh --------------------------------------------------------------------------------