mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-06-09 22:08:15 +00:00
44d5fa3ce0
* chore: use Go stdlib version stamping Signed-off-by: Xe Iaso <me@xeiaso.net> * chore: spelling Signed-off-by: Xe Iaso <me@xeiaso.net> --------- 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"
|