chore(packages): Make better packages
All checks were successful
Go-Tests / tests (push) Successful in 1m30s
Go-Tests / sonar (push) Successful in 52s

- we need man page in docs to build on CI/CD platform
- new workflows to build packages and push them to the repository
This commit is contained in:
2025-08-21 15:17:25 +02:00
parent 8174597c55
commit 00409472b7
14 changed files with 1123 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
ARG GOVERSION=1.24
ARG GOVERSION=1.25
FROM docker.io/golang:${GOVERSION} AS builder
ARG VERSION