cli/pkg/build
Snider 44cf868b88 feat(build): add tar.xz support and unified installer scripts
- Add tar.xz archive support using Borg's compress package
  - ArchiveXZ() and ArchiveWithFormat() for configurable compression
  - Better compression ratio than gzip for release artifacts
- Consolidate 12 installer scripts into 2 unified scripts
  - install.sh and install.bat with BunnyCDN edge variable support
  - Subdomains: setup.core.help, ci.core.help, dev.core.help, etc.
  - MODE and VARIANT transformed at edge based on subdomain
- Installers prefer tar.xz with automatic fallback to tar.gz
- Fixed CodeRabbit issues: HTTP status patterns, tar error handling,
  verify_install params, VARIANT validation, CI PATH persistence

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:00:52 +00:00
..
buildcmd feat(cli): wire release command and add installer scripts 2026-02-03 06:22:07 +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 feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
config_test.go feat(build): add SignConfig to BuildConfig 2026-01-29 02:52:12 +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