This commit is contained in:
11
CLAUDE.md
11
CLAUDE.md
@ -13,11 +13,20 @@ This repository contains a Docker-based build system for creating statically-lin
|
||||
## Key Commands
|
||||
|
||||
### Building the Base Image
|
||||
|
||||
For local testing (single architecture):
|
||||
```bash
|
||||
cd build-base
|
||||
./build.sh
|
||||
```
|
||||
This creates the `gitea.jde.nz/public/dropshell-build-base:latest` Docker image with all dependencies.
|
||||
This creates the `gitea.jde.nz/public/dropshell-build-base:latest` Docker image for your current architecture and loads it into Docker.
|
||||
|
||||
For multiarch build (without loading):
|
||||
```bash
|
||||
cd build-base
|
||||
BUILD_MODE=multiarch ./build.sh
|
||||
```
|
||||
This builds for linux/amd64 and linux/arm64 but keeps the image in the buildx cache only.
|
||||
|
||||
### Building a Project
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user