From c4895a5e01638fa91b981bd8c06350eb005b9951 Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Mon, 5 Jan 2026 21:28:59 +0000 Subject: [PATCH] Delete page "Building-%2526-Artifacts.md" --- Building-%26-Artifacts.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Building-%26-Artifacts.md diff --git a/Building-%26-Artifacts.md b/Building-%26-Artifacts.md deleted file mode 100644 index 4505d29..0000000 --- a/Building-%26-Artifacts.md +++ /dev/null @@ -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.