mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-06-10 14:28:15 +00:00
b16e99cf3f
Signed-off-by: Xe Iaso <me@xeiaso.net>
13 lines
215 B
YAML
13 lines
215 B
YAML
defaultBaseImage: cgr.dev/chainguard/static
|
|
defaultPlatforms:
|
|
- linux/arm64
|
|
- linux/amd64
|
|
- linux/arm/v7
|
|
|
|
builds:
|
|
- id: anubis
|
|
main: ./cmd/anubis
|
|
ldflags:
|
|
- -s -w
|
|
- -extldflags "-static"
|