feat(deploy): split deploy binary, download from releases, add CI #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:feat/arm64-cross-compile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Architecture
kiosk(web server) andkiosk-deploy(TUI atcmd/kiosk-deploy/)deploysubcommand from main kiosk binaryDownload from releases
git.kwila.cloud/kwila/kiosk/releases)embed_binary.gofiles or build tagsDownloadBinary()added to Deployer interface; fetches latest release, findsarm64assetCI
.forgejo/workflows/release.yml— triggers onv*tagskiosk-arm64withCGO_ENABLED=0 GOOS=linux GOARCH=arm64Docs
docs/deployment.mdwith step-by-step guide, configuration reference, and troubleshootingAGENTS.mdwith new binary layoutJustfile
build— kiosk web serverbuild-arm64— ARM64 cross-compile (for releases)build-deploy— deploy TUI binaryrun-deploy— build and run deploy TUI with sudofeat(deploy): ARM64 cross-compilation and deployment docsto feat(deploy): split deploy binary, download from releases, add CI