Felix Netzel
|
84ea8c86f5
|
feat: working .deb build for edgeguard-api + meta
scripts/apt-repo/build-package.sh produces:
- edgeguard-api_<ver>_<arch>.deb (3 Go binaries, systemd units,
/etc/edgeguard/edgeguard.yaml as conffile)
- edgeguard-ui_<ver>_all.deb (skipped while management-ui/dist
is empty)
- edgeguard_<ver>_all.deb (meta, Depends api+ui)
Verified locally on amd64:
- go build ./... ✓
- make deb-amd64 ✓
- api binary serves ✓
GET /api/health → 200 {"status":"ok","version":"0.0.1-dev"}
- dpkg-deb -I + -c clean ✓
|
2026-05-08 19:04:21 +02:00 |
|