This commit is contained in:
Dax Raad
2026-01-29 23:17:57 -05:00
parent 849f488744
commit cd664a189b
4 changed files with 54 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ Build
```
REGISTRY=ghcr.io/anomalyco TAG=24.04 bun ./packages/containers/script/build.ts
REGISTRY=ghcr.io/anomalyco TAG=24.04 bun ./packages/containers/script/build.ts --push
```
Workflow usage
@@ -32,5 +33,6 @@ Notes
- These images only help Linux jobs. macOS and Windows jobs cannot run
inside Linux containers.
- `--push` publishes multi-arch (amd64 + arm64) images using Buildx.
- If a job uses Docker Buildx, the container needs access to the host
Docker daemon (or `docker-in-docker` with privileged mode).