Delete page "Building-%2526-Artifacts.md"
@@ -1,29 +0,0 @@
|
|||||||
# Building & Artifacts
|
|
||||||
|
|
||||||
Athenix can generate multiple build artifacts from a single configuration.
|
|
||||||
|
|
||||||
## Artifact Types
|
|
||||||
|
|
||||||
- Installer ISOs
|
|
||||||
- Live ISOs
|
|
||||||
- iPXE netboot artifacts
|
|
||||||
- LXC container tarballs
|
|
||||||
- Proxmox VM archives
|
|
||||||
|
|
||||||
## Listing Artifacts
|
|
||||||
|
|
||||||
```bash
|
|
||||||
nix flake show
|
|
||||||
```
|
|
||||||
|
|
||||||
## Building an Installer ISO
|
|
||||||
|
|
||||||
```bash
|
|
||||||
nix build .#installer-iso-nix-laptop1
|
|
||||||
```
|
|
||||||
|
|
||||||
Artifacts appear in the `result/` directory.
|
|
||||||
|
|
||||||
## Remote Builders
|
|
||||||
|
|
||||||
Builds may be offloaded to dedicated builder hosts using SSH.
|
|
||||||
Reference in New Issue
Block a user