ci
This commit is contained in:
parent
b83ebc6189
commit
3ad7a18989
4 changed files with 54 additions and 7 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue