mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
chore: clarify that all builds work on any OS with Docker
This commit is contained in:
@@ -47,6 +47,8 @@ This sets `ENVIRONMENT=dev` and `GIT_BRANCH_AS_HASH=1` to prevent rebuilds on ev
|
|||||||
|
|
||||||
## Building
|
## 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.
|
This project uses [GNU Make](https://www.gnu.org/software/make/) to build its components.
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
@@ -84,8 +86,8 @@ This project uses [GNU Make](https://www.gnu.org/software/make/) to build its co
|
|||||||
|
|
||||||
| Target | Description |
|
| Target | Description |
|
||||||
|--------|-------------|
|
|--------|-------------|
|
||||||
| `iso` | Create full `.iso` image (Debian only, not for raspberrypi) |
|
| `iso` | Create full `.iso` image (not for raspberrypi) |
|
||||||
| `img` | Create full `.img` image (Debian only, raspberrypi only) |
|
| `img` | Create full `.img` image (raspberrypi only) |
|
||||||
| `deb` | Build Debian package |
|
| `deb` | Build Debian package |
|
||||||
| `all` | Build all Rust binaries |
|
| `all` | Build all Rust binaries |
|
||||||
| `uis` | Build all web UIs |
|
| `uis` | Build all web UIs |
|
||||||
|
|||||||
Reference in New Issue
Block a user