cli/pkg/build
Snider 22952d9b2c fix(build): make release dry-run by default and remove darwin/amd64 target
Replace --dry-run (default false) with --we-are-go-for-launch (default
false) so `core build release` is safe by default. Remove darwin/amd64
from default build targets (arm64 only for macOS). Fix cmd_project.go
to use command context instead of context.Background().

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 23:08:59 +00:00
..
buildcmd fix(build): make release dry-run by default and remove darwin/amd64 target 2026-02-03 23:08:59 +00:00
builders feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
signing feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
testdata feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
archive.go feat(build): add tar.xz support and unified installer scripts 2026-02-03 07:00:52 +00:00
archive_test.go feat(build): add tar.xz support and unified installer scripts 2026-02-03 07:00:52 +00:00
build.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
checksum.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
checksum_test.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
config.go fix(build): make release dry-run by default and remove darwin/amd64 target 2026-02-03 23:08:59 +00:00
config_test.go fix(build): make release dry-run by default and remove darwin/amd64 target 2026-02-03 23:08:59 +00:00
discovery.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
discovery_test.go feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00