Build system, release publishers, and SDK generation
go.mod + 142 *.go files updated. Also swept dappco.re/go/core/inference to satisfy the no-core/ verification constraint. Closes tasks.lthn.sh/view.php?id=591 Co-authored-by: Codex <noreply@openai.com> |
||
|---|---|---|
| .claude-plugin | ||
| cmd | ||
| docs | ||
| internal | ||
| locales | ||
| pkg | ||
| ui | ||
| .DS_Store | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
go-build
dappco.re/go/build is the build, release, SDK, Apple packaging, and workflow toolkit behind core build, core release, core sdk, core ci, and the public dAppCore/build@v3 GitHub Action surface.
What It Covers
- Project discovery across Go, Wails, Node/Deno frontend, PHP, Python, Rust, Docs, Docker, LinuxKit, C++, and Taskfile projects
- Cross-platform artifact builds with archive and checksum generation
- Eight release publishers: GitHub, Docker, npm, Homebrew, Scoop, AUR, Chocolatey, and LinuxKit
- macOS Apple pipeline:
core build apple, codesign, notarisation, DMG packaging, TestFlight/App Store submission, Info.plist and entitlements generation, Xcode Cloud scripts - OpenAPI SDK generation for TypeScript, Python, Go, and PHP with
oasdiffbreaking-change checks - Reusable release workflow generation via
core build workflow
Action/Workflow Parity
The generated reusable workflow mirrors the dAppCore/build@v3 action architecture:
- Auto-detects stack markers including subtree frontend manifests and MkDocs projects
- Exposes the same discovery, option-computation, and setup-planning shape in Go through
DiscoverFull,ComputeOptions,ComputeSetupPlan, and the reusablePipelinegateway - Installs Go, Node, Python, Conan, MkDocs, Deno, and Wails when required, plus frontend package dependencies and optional garble for obfuscated builds
- Applies distro-aware Linux WebKit dependencies for Wails builds
- Supports obfuscation, NSIS packaging, WebView2 modes, Deno frontend overrides, and build cache restore/save
- Exposes the action-style control surface:
core-version,go-version,node-version,wails-version,version,build,sign,package,build-name,build-platform,build-tags,build-obfuscate,nsis,deno-build,wails-build-webview2,build-cache, andarchive-format - Uploads workflow artifacts using the action-style naming shape:
{build-name}_{os}_{arch}_{tag|shortsha}
Commands
core build
core build apple
core build workflow
core release
core sdk
core build sdk
core ci
Module
import "dappco.re/go/build/pkg/build"
The repository is a library/command-registration module. It does not ship its own standalone binary.