Build system, release publishers, and SDK generation
Find a file
2026-04-15 13:21:24 +01:00
.claude-plugin fix(plugin): remove invalid commands/repository schema from plugin.json 2026-03-13 10:54:44 +00:00
cmd Support agentic installer variant alias 2026-04-15 13:07:59 +01:00
docs Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
internal Fix SDK fallback and LinuxKit/GitHub build gaps 2026-04-15 12:58:07 +01:00
locales Fix SDK fallback and LinuxKit/GitHub build gaps 2026-04-15 12:58:07 +01:00
pkg Preserve local-target defaults without build config 2026-04-15 13:21:24 +01:00
ui feat(api): expose discovery setup plan 2026-04-15 01:17:42 +01:00
.DS_Store refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
.gitignore chore: ignore build cache directory 2026-04-01 19:57:35 +01:00
CLAUDE.md Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
go.mod Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
go.sum Fix build module compatibility with current core deps 2026-04-15 06:13:14 +01:00
LICENSE Initial commit 2026-03-09 12:35:35 +00:00
README.md Align go-build module path with RFC 2026-04-15 11:50:20 +01:00

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 oasdiff breaking-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 reusable Pipeline gateway
  • 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, and archive-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.