OpenBoatmobile CLI — interactive walkthrough for deploying AI agents to cloud servers
Find a file
MermaidMan d080e107d0 feat: add cross-compile and release pipeline
- Enhanced Makefile with cross-compilation for linux/amd64, linux/arm64,
  darwin/arm64, windows/amd64, windows/arm64
- Added GitHub Actions CI workflow for testing on all platforms
- Added GitHub Actions Release workflow triggered by version tags
- Added VERSION file for version tracking
- Added scripts/release.sh for automated release process
- Added Dockerfile for containerized builds
- Added CONTRIBUTING.md with release process documentation
- Added CHANGELOG.md for version tracking
- Updated .gitignore to exclude build artifacts
- Fixed unused variable in cmd/obm/main.go
- Version now injected via ldflags (main.version, main.gitCommit, main.buildTime)
2026-05-22 15:38:55 +00:00
.github/workflows feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
internal feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
scripts feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
.gitignore feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
CHANGELOG.md feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
CONTRIBUTING.md feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
deploy.yaml.example feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
Dockerfile feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
go.mod feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
go.sum feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
Makefile feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00
VERSION feat: add cross-compile and release pipeline 2026-05-22 15:38:55 +00:00