From 3213bcb570571a20664cc4d96be8c2035764e35e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 13 May 2025 17:25:06 +0200 Subject: [PATCH] Bump build framework version and adjust requirements --- README.md | 12 ++++++------ VERSION | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d1ac724d..40aee61c3 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ ### Requirements for self hosted -- x86_64 / aarch64 machine -- at least 2GB of memory and ~35GB of disk space for VM, container or bare metal installation -- [Armbian / Ubuntu Jammy 22.04.x](https://github.com/armbian/sdk) for native building or any Docker capable Linux for containerised -- Windows 10/11 with WSL2 subsystem running Ubuntu Jammy 22.04.x +- x86_64 / aarch64 / riscv64 machine +- at least 8GB (less for non-[BTF](https://docs.kernel.org/bpf/btf.html) builds) of memory and ~50GB of disk space for VM, container, or bare-metal installation +- **Armbian / Ubuntu Jammy 22.04.x** for native building or any Docker capable Linux for containerised +- **Windows 10/11 with WSL2 subsystem** running Armbian / Ubuntu Jammy 22.04.x - Superuser rights (configured sudo or root access). -- Make sure your system is up-to-date! Outdated Docker binaries, for example, can cause trouble. +- Make sure your system is up-to-date! Outdated Docker binaries, for example, can cause trouble -For stable branch use `--branch=v25.02` +For stable branch use `--branch=v25.05` ```bash apt-get -y install git diff --git a/VERSION b/VERSION index 6aea42a60..ceee3e969 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.05.0-trunk +25.08.0-trunk