initial commit

This commit is contained in:
iceBear67
2026-07-15 14:28:58 +08:00
commit 6e0d7ec33f
47 changed files with 4022 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# ko (https://ko.build) build configuration for the redapricot Go client.
# ko builds the container image directly from Go source — no Dockerfile needed.
# The registry is supplied via the KO_DOCKER_REPO env var (see the workflow).
defaultBaseImage: cgr.dev/chainguard/static:latest
builds:
- id: redapricot-client
dir: .
main: ./cmd/redapricot-client
env:
- CGO_ENABLED=0
ldflags:
- -s
- -w