From 9e77ef22bfa92e2d314c7e2ed8a6f125249816cc Mon Sep 17 00:00:00 2001 From: hdh20267 Date: Thu, 18 Dec 2025 18:30:53 +0000 Subject: [PATCH] Add Building & Artifacts --- Building-%26-Artifacts.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Building-%26-Artifacts.md diff --git a/Building-%26-Artifacts.md b/Building-%26-Artifacts.md new file mode 100644 index 0000000..4505d29 --- /dev/null +++ b/Building-%26-Artifacts.md @@ -0,0 +1,29 @@ +# 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.