From a25b173f984f8e24c30d9e207c508049b54e4da3 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Thu, 5 Feb 2026 16:08:18 -0700 Subject: [PATCH] chore: clarify that all builds work on any OS with Docker --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64fccd5ad..f8bafdff4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,8 @@ This sets `ENVIRONMENT=dev` and `GIT_BRANCH_AS_HASH=1` to prevent rebuilds on ev ## Building +All builds can be performed on any operating system that can run Docker. + This project uses [GNU Make](https://www.gnu.org/software/make/) to build its components. ### Requirements @@ -84,8 +86,8 @@ This project uses [GNU Make](https://www.gnu.org/software/make/) to build its co | Target | Description | |--------|-------------| -| `iso` | Create full `.iso` image (Debian only, not for raspberrypi) | -| `img` | Create full `.img` image (Debian only, raspberrypi only) | +| `iso` | Create full `.iso` image (not for raspberrypi) | +| `img` | Create full `.img` image (raspberrypi only) | | `deb` | Build Debian package | | `all` | Build all Rust binaries | | `uis` | Build all web UIs |