max / alloy_tui
- Co-Authored-By
- Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 files changed,
+4 insertions,
-2 deletions
| @@ -42,9 +42,11 @@ | |||
| 42 | 42 | ||
| 43 | 43 | Primary remote. Alloy is source-hosted on sr.ht for the same reasons the rest of Make Creative's public work is: independence from big-tech-monopoly infrastructure at the layer where users install software. `srht` is a canonical remote for Alloy, not a backup. | |
| 44 | 44 | ||
| 45 | - | ### CI: `builds.sr.ht` | |
| 45 | + | ### CI: `builds.sr.ht` (disabled during local-iteration phase) | |
| 46 | 46 | ||
| 47 | - | sr.ht ships Fedora build VMs with `dnf`, `podman`, `buildah`, `skopeo` preinstalled. Fits Alloy's build needs without additional plumbing. The build file lives at `.builds/alloy-image.yml` in the repo root. | |
| 47 | + | sr.ht ships Fedora build VMs with `dnf`, `podman`, `buildah`, `skopeo` preinstalled. When ready, the build file at `.builds/alloy-image.yml` triggers on every push. | |
| 48 | + | ||
| 49 | + | **Current state:** the build file lives at `builds.disabled/alloy-image.yml` — parked outside the `.builds/` path sr.ht auto-runs, so no CI resources are consumed while the Containerfile is being iterated locally. Rename the directory back to `.builds/` and push to re-enable. | |
| 48 | 50 | ||
| 49 | 51 | ### Registry: `quay.io` (deferred until distribution starts) | |
| 50 | 52 |