|
|
13 hours ago | |
|---|---|---|
| .. | ||
| cephfs-test | 16 hours ago | |
| codeserver | 13 hours ago | |
| whisparr | 13 hours ago | |
| README.md | 13 hours ago | |
This monorepo builds multi-architecture Docker images with Buildx.
Prerequisite: Docker CLI with the buildx plugin installed.
Default platforms for release scripts:
linux/amd64linux/arm64Run from each image directory:
./build.sh
Override platforms when needed:
PLATFORMS=linux/amd64 ./build.sh
All scripts publish both ${IMAGE}:${GIT_SHA} and ${IMAGE}:latest as a multi-platform manifest list.